[]
Converts a measurement in centimeters to inches.
public static float CmToInch(float value)
Type | Name | Description |
---|---|---|
float | value | A float value that represents a value in centimeters converted to inches. |
Type | Description |
---|---|
float | A float value representing the converted value in inches. |