UnitInfo.GetRelationByUnitSystem Method

Returns relation for the specified system. If not specified, then returns relation for any available system, prioritized by specified one.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public Entry GetRelationByUnitSystem(
	string system,
	bool strict
)

Parameters

system  String
System of units.
strict  Boolean
Determines if only specified system of units applicable.

Return Value

Entry
Units relation prior to units system.

See Also