Click or drag to resize

RhinoMathIntIndexToString Method

Portrays an Int32 index in text.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static string IntIndexToString(
	int index
)

Parameters

index
Type: SystemInt32
Int32 number express as string.

Return Value

Type: String
The text representation of the int index.
See Also