Returns the dimension of the sequence.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public int Dimension { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Dimension As Integer |
Visual C++ |
---|
public: virtual property int Dimension { int get () sealed; } |