Click or drag to resize

UnitDescriptorToUnits Method

Convert value from internal units (eg metres) to units for this descriptor (eg inches).

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

Parameters

valueInternal
Type: SystemDouble

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

Return Value

Type: Double

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

See Also