|
|
UnitConversion Class |
Namespace: Karamba.Utilities
The UnitConversion type exposes the following members.
| Name | Description | |
|---|---|---|
| UnitConversion(String) |
Initializes a new instance of the UnitConversion class.
create new units conversion object with unit conversion factor.
| |
| UnitConversion(Double, String) |
Initializes a new instance of the UnitConversion class.
create new units conversion object.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| toBase(ListDouble) |
converts given list of numbers to the base unit of the conversion.
| |
| toBase(Double) |
Converts given number to the base unit of the conversion.
| |
| toBase(Double) |
converts given array to the base unit of the conversion.
| |
| toBase(Point3) |
converts given point to the base unit of the conversion.
| |
| toBase(Vector3) |
converts given vector to the base unit of the conversion.
| |
| toBase(ListVector3) |
converts given vector to the base unit of the conversion.
| |
| toBaseMeshT |
Converts vertex coordinates of given mesh to the base unit of the conversion.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| toUnit(ListListListListDouble) |
converts given list of list of numbers from the base unit of the conversion.
| |
| toUnit(ListListListDouble) |
converts given list of list of numbers from the base unit of the conversion.
| |
| toUnit(ListListDouble) |
converts given list of list of numbers from the base unit of the conversion.
| |
| toUnit(ListDouble) |
converts given list of numbers from the base unit of the conversion.
| |
| toUnit(Double) |
Converts number from the base unit to the conversion.
| |
| toUnit(Double) |
converts given array from the base unit of the conversion.
| |
| toUnit(Point3) |
converts given point from the base unit of the conversion.
| |
| toUnit(Vector3) |
converts given vector from the base unit of the conversion.
| |
| toUnit(ListVector3) |
converts given list of vectors from the base unit of the conversion.
| |
| toUnit(ListListVector3) |
converts given list of list of vectors from the base unit of the conversion.
| |
| toUnitMeshT |
Converts vertex coordinates of given mesh from the base unit to the conversion.
|
| Name | Description | |
|---|---|---|
| ToBase |
Converts given list of numbers to the base unit of the conversion.
(Defined by ExtensionsUtilities.) |