DimensionInfo.FindBestUnitBySystem Method
Returns the best
UnitInfo by the given unis of measurement system.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public UnitInfo FindBestUnitBySystem(
string system
)
Public Function FindBestUnitBySystem (
system As String
) As UnitInfo
public:
UnitInfo^ FindBestUnitBySystem(
String^ system
)
member FindBestUnitBySystem :
system : string -> UnitInfo
- system String
- Unis of measurement system to look up best unit for.
UnitInfoThe best
UnitInfo by the given unis of measurement system.