IUnitConverterConvertFromInternal Method |
Converts a value from internal units to the specific unit.
Namespace: Demo3D.UtilitiesAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxdouble ConvertFromInternal(
double value
)
Parameters
- value Double
- The value in internal units.
Return Value
DoubleThe supplied value converted to the specific unit.
See Also