Measurement.Inches

Measurement.Inches method

Returns a new instance of Measurement that represents length in inches.

public static Measurement Inches(double value)
ParameterTypeDescription
valueDoubleNumber of inches.

Return Value

New instance of Measurement class.

See Also