Click or drag to resize

UnitConversionCollection Class

contains a collection of unit conversion objects, based on a scaling factor for geometric input.
Inheritance Hierarchy
SystemObject
  Karamba.UtilitiesUnitConversionCollection

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class UnitConversionCollection

The UnitConversionCollection type exposes the following members.

Constructors
  NameDescription
Public methodUnitConversionCollection
Initializes a new instance of the UnitConversionCollection class. initialize the unit conversion collection.
Top
Properties
  NameDescription
Public propertyItem
Returns units conversion of given name.
Top
Methods
  NameDescription
Protected methodAdd
add units conversion of given name and factor.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCmToInch
centimeter to inch.
Public fieldStatic memberCmToM
value to percent.
Public fieldStatic memberDFToDT
delta degree Fahrenheit to delta degree Celsius.
Public fieldStatic memberFeetToM
feet to meter.
Public fieldStatic memberFtToIn
inch to feet.
Public fieldStatic memberGInIu
official acceleration of gravity in feet per second squared.
Public fieldStatic memberGInSi
official acceleration of gravity in meter per second squared.
Public fieldStatic memberInchToCm
inch to centimeter.
Public fieldStatic memberInchToFt
inch to feet.
Public fieldStatic memberKgToT
kilogram to ton.
Public fieldStatic memberKNToN
kilo Newton to Newton.
Public fieldStatic memberKsiToKipFt2
kilo pond per square inch to kilo pond per feet squared.
Public fieldStatic memberLbToKg
pound to kilogram.
Public fieldStatic memberLbToKip
pond to kilo pond.
Public fieldStatic memberMmToM
millimeter to meter.
Public fieldStatic memberMToCm
value to percent.
Public fieldStatic memberMToFeet
meter to feet.
Public fieldStatic memberMToMm
millimeter to meter.
Public fieldStatic memberMueToM
millimeter to meter.
Public fieldStatic memberNToKN
kilo Newton to Newton.
Public fieldStatic memberTToKg
kilogram to ton.
Top
See Also