FaureSequenceDimension Property |
Returns the dimension of the sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
Get
public:
virtual property int Dimension {
int get () sealed;
}
abstract Dimension : int with get
override Dimension : int with get
Property Value
Type:
Int32
A
int which specifies the dimension.
Implements
IRandomSequenceDimensionSee Also