Click or drag to resize

NumericValue Class

A data structure that represents a numeric value with defined units and thresholds
Inheritance Hierarchy
SystemObject
  CFX.StructuresNumericValue

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class NumericValue

The NumericValue type exposes the following members.

Constructors
 NameDescription
Public methodNumericValue 
Top
Properties
 NameDescription
Public propertyExpectedValue The expected value for thie measurement
Public propertyExpectedValueUnits The units of the expected value (must be a valid SI unit)
Public propertyMaximumAcceptableValue The minimum acceptable value
Public propertyMinimumAcceptableValue The minimum acceptable value
Public propertyValue The actual numeric value that was measured and recorded during a test or inspection
Public propertyValueUnits The units of the value (must be a valid SI unit)
Top
See Also