static public method Measurement<T>.FromBase

Brief

Converts the value to the specified unit from a base unit.

Declaration
C#
double  FromBase (double value, T unit)

Parameters
value
unit

Declared in Measurement<T>

back