RhinoCommon API
RhinoMathIntIndexToString Method |
Portrays an Int32 index in text.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static string IntIndexToString( int index )
Public Shared Function IntIndexToString ( index As Integer ) As String
Parameters
- index
- Type: SystemInt32
Int32 number express as string.
Return Value
Type: StringThe text representation of the int index.
