Unit.FromInches

Unit.FromInches method

Returns a Length object that is represented in inches.

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

Return Value

Returns a Length object.

See Also