Click or drag to resize

IUnitConverterConvertToInternal Method

Converts a value from the specific unit to internal units.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
double ConvertToInternal(
	double value
)

Parameters

value
Type: SystemDouble
The value in specific units.

Return Value

Type: Double
The supplied value converted to internal units.
See Also