Unit.FromMillimeters

Unit.FromMillimeters method

Returns a Length object that is represented in millimeters.

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

Return Value

Returns a Length object.

See Also