'Declaration Public Overloads Function FromRU( _ ByVal value As Double, _ ByVal destType As UnitTypeEnum _ ) As Double
public double FromRU( double value, UnitTypeEnum destType )
Parameters
- value
- The value to convert, expressed in C1.C1Preview.C1PrintDocument.ResolvedUnit units.
- destType
- The destination C1.C1Preview.UnitTypeEnum units to convert to.
Return Value
The value converted to destType units.