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