Class QuantumForge.NativeQuantumProperty
Inheritance
QuantumForge.NativeQuantumProperty
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
Methods
|
Improve this Doc
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
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
|
Improve this Doc
View Source
is_value(int)
Declaration
public QuantumForge.Predicate is_value(int value)
Parameters
Type |
Name |
Description |
int |
value |
|
Returns
Implements