Search Results for

    Show / Hide Table of Contents

    Class QuantumForge.NativeQuantumProperty

    Inheritance
    object
    QuantumForge.NativeQuantumProperty
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: QRG.QuantumForge.Core
    Assembly: .dll
    Syntax
    public class QuantumForge.NativeQuantumProperty : IDisposable

    Constructors

    | Improve this Doc View Source

    NativeQuantumProperty(int)

    Declaration
    public NativeQuantumProperty(int dimension)
    Parameters
    Type Name Description
    int dimension
    | Improve this Doc View Source

    NativeQuantumProperty(int, int)

    Declaration
    public NativeQuantumProperty(int dimension, int initial)
    Parameters
    Type Name Description
    int dimension
    int initial

    Fields

    | Improve this Doc View Source

    Dimension

    Declaration
    public readonly int Dimension
    Field Value
    Type Description
    int

    Methods

    | Improve this Doc View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    is_not_value(int)

    Declaration
    public QuantumForge.Predicate is_not_value(int value)
    Parameters
    Type Name Description
    int value
    Returns
    Type Description
    QuantumForge.Predicate
    | Improve this Doc View Source

    is_value(int)

    Declaration
    public QuantumForge.Predicate is_value(int value)
    Parameters
    Type Name Description
    int value
    Returns
    Type Description
    QuantumForge.Predicate

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX