DimensionInfo.FindBestUnitBySystem Method

Returns the best UnitInfo by the given unis of measurement system.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public UnitInfo FindBestUnitBySystem(
	string system
)

Parameters

system  String
Unis of measurement system to look up best unit for.

Return Value

UnitInfo
The best UnitInfo by the given unis of measurement system.

See Also