Class XbimDimensionalExponents
Inheritance
System.Object
XbimDimensionalExponents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public class XbimDimensionalExponents
Constructors
| Improve this Doc View SourceXbimDimensionalExponents()
Declaration
public XbimDimensionalExponents()
XbimDimensionalExponents(Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public XbimDimensionalExponents(int length, int mass, int time, int elec, int temp, int substs, int lumin)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length | |
System.Int32 | mass | |
System.Int32 | time | |
System.Int32 | elec | |
System.Int32 | temp | |
System.Int32 | substs | |
System.Int32 | lumin |
Properties
| Improve this Doc View SourceAmountOfSubstanceExponent
The power of the amount of substance base quantity.
Declaration
public long AmountOfSubstanceExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ElectricCurrentExponent
The power of the electric current base quantity.
Declaration
public long ElectricCurrentExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Item[Int32]
Declaration
public long this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.Int64 |
LengthExponent
The power of the length base quantity.
Declaration
public long LengthExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
LuminousIntensityExponent
The power of the luminous longensity base quantity.
Declaration
public long LuminousIntensityExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MassExponent
The power of the mass base quantity.
Declaration
public long MassExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ThermodynamicTemperatureExponent
The power of the thermodynamic temperature base quantity.
Declaration
public long ThermodynamicTemperatureExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TimeExponent
The power of the time base quantity.
Declaration
public long TimeExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |