Unit.FromCentimeters

Unit.FromCentimeters method

Returns a Length object that is represented in centimeters.

public static Length FromCentimeters(double value)
ParameterTypeDescription
valueDoubleThe value.

Return Value

Returns a Length object.

See Also