Numeric.GetValue

GetValue()

Gets the unit value.

public double GetValue()

Return Value

The object value.

See Also


GetValue(UnitType)

Gets the value converted to the specified UnitType.

public double GetValue(UnitType unitType)
ParameterTypeDescription
unitTypeUnitTypeType of the unit.

Return Value

Returns value that is converted to specified type.

Exceptions

exceptioncondition
ArgumentNullExceptionunitType

See Also