Click or drag to resize

UnitDescriptorToInternal Method

Convert value from units (eg inches) to internal value (eg metres)

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public double ToInternal(
	double valueUnits
)

Parameters

valueUnits
Type: SystemDouble

[Missing <param name="valueUnits"/> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToInternal(System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToInternal(System.Double)"]

See Also