Click or drag to resize
UomScalarUnit Class
Inheritance Hierarchy

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class UomScalarUnit : UomUnit

The UomScalarUnit type exposes the following members.

Constructors
  NameDescription
Public methodUomScalarUnit
Initializes a new instance of the UomScalarUnit class
Public methodUomScalarUnit(Double, Double, String, String, Int64, String, String, String)
Initializes a new instance of the UomScalarUnit class
Top
Properties
  NameDescription
Public propertyStatic memberCoefficient
Used when parameters are coefficients. They inherently take the units which depend upon the term to which the coefficient applies.
Public propertyStatic memberPartsPerMillion
Public propertyUnitType
Returns the type of an unit.
(Overrides UomUnitUnitType.)
Public propertyStatic memberUnity
Public propertyWKT
Returns the Well-Known Text (WKT) representation for a spatial reference object, as defined in the simple features specification.
(Overrides UomUnitWKT.)
Public propertyXML
Returns the XML representation of an object.
(Overrides UomUnitXML.)
Top
See Also