PrintMatrixFormatParsePosition Constructor |
Creates a ParsePosition.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ParsePosition(
int index
)
Public Sub New (
index As Integer
)
public:
ParsePosition(
int index
)
new :
index : int -> ParsePosition
Parameters
- index
- Type: SystemInt32
The intial position.
See Also