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