UnitsManager Class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class UnitsManager
Inheritance
Object    UnitsManager

Properties

BuiltInDimensions Built-in units dimentions.
BuiltInUnitsLinear Built-in linear units of measurement.
BuiltInUnitsNonLinear Built-in non-linear units of measurement.
BuiltInUnitsSystems Built-in units systems.
CurrentUnitsFileNames Full file names from which units related data is loaded.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCurrentUnitName 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUnits 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetUnit 

Fields

AvailableUnitsLanguages List of the available units languages.
DefaultUnitsLanguage Default language for the units.
DefaultUnitsSystemName Name of the units system used by default.
MasterFileName Master file name with a basic information of the units and their dimentions.
NeutralUnitsSystemName Name of the neutral units system.
UseSpecialSymbols 

See Also