PrintMatrixFormatParsePositionIndex Property |
Current parse position.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
property int Index {
int get ();
void set (int value);
}
member Index : int with get, set
Property Value
Type:
Int32An
int containing the current index position.
See Also