Click or drag to resize

TextFormatterCylinderAxisFormatter Method

Converts a double to a string formatted in standard cylinder form. Ex. 001

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string CylinderAxisFormatter(
	int cylinderAxis
)

Parameters

cylinderAxis
Type: SystemInt32
Cylinder axis

Return Value

Type: String
Standard cylinder format
See Also