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