Numeric.GetValue

GetValue()

获取单位值。

public double GetValue()

返回值

对象值。

也可以看看


GetValue(UnitType)

获取转换为指定的值UnitType.

public double GetValue(UnitType unitType)
范围类型描述
unitTypeUnitType单位类型。

返回值

返回转换为指定类型的值。

例外

例外(健康)状况
ArgumentNullException单位类型

也可以看看