Click or drag to resize

VoltPerMeter Class

[Missing <summary> documentation for "T:Altaxo.Units.ElectricFieldStrength.VoltPerMeter"]

Inheritance Hierarchy
SystemObject
  Altaxo.UnitsSIUnit
    Altaxo.Units.ElectricFieldStrengthVoltPerMeter

Namespace: Altaxo.Units.ElectricFieldStrength
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class VoltPerMeter : SIUnit

The VoltPerMeter type exposes the following members.

Properties
 NameDescription
Public propertyExponentAmpere Gets the exponent for the Ampere component.
(Inherited from SIUnit)
Public propertyExponentCandela Gets the exponent for the candela component.
(Inherited from SIUnit)
Public propertyExponentKelvin Gets the exponent for the Kelvin component.
(Inherited from SIUnit)
Public propertyExponentKilogram Gets the exponent for the kilogram component.
(Inherited from SIUnit)
Public propertyExponentMetre Gets the exponent for the metre component.
(Inherited from SIUnit)
Public propertyExponentMole Gets the exponent for the mole component.
(Inherited from SIUnit)
Public propertyExponentSecond Gets the exponent for the second component.
(Inherited from SIUnit)
Public propertyStatic memberInstance 
Public propertyName
(Overrides SIUnitName)
Public propertyPrefixes
(Overrides SIUnitPrefixes)
Public propertyShortCut
(Overrides SIUnitShortCut)
Top
Methods
 NameDescription
Public methodEquals(IUnit) Compares this unit with another unit obj and returns true if both are equal. To be equal, the other unit has to be (i) a SI unit, and (ii) the same name. Thus, J (Joule) and Nm (Newtonmeter) are not considered equal.
(Inherited from SIUnit)
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Inherited from SIUnit)
Public methodEquals(SIUnit) Determines whether this instance and another specified SIUnit object have the same exponents for all base units. Two SI units are considered equal if the exponents are equal, independently of the unit name. This means e.g. that J (Joule), Nm, and Ws are considered equal.
(Inherited from SIUnit)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFromSIUnit Converts x (in SI units) to the corresponding value in this unit.
(Inherited from SIUnit)
Public methodGetHashCode Returns a hash code for this instance.
(Inherited from SIUnit)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCompatibleTo Checks whether this SIUnit is compatible with the dimensions described by the provided UnitDescriptionAttribute.
(Inherited from SIUnit)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToSIUnit Converts x to the corresponding SI unit.
(Inherited from SIUnit)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also