'Declaration Public Function New( _ ByVal value As Double, _ ByVal unitType As UnitTypeEnum _ )
public Unit( double value, UnitTypeEnum unitType )
Parameters
- value
- The unit value.
- unitType
- The unit of measurement.
'Declaration Public Function New( _ ByVal value As Double, _ ByVal unitType As UnitTypeEnum _ )
public Unit( double value, UnitTypeEnum unitType )