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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class NumericValue

The NumericValue type exposes the following members.

Constructors
 NameDescription
Public methodNumericValue 
Top
Properties
 NameDescription
Public propertyExpectedValue The expected value for this measurement
Public propertyExpectedValueUnits The units of the expected value (must be a valid SI unit)
Public propertyMaximumAcceptableValue The maximum acceptable value
Public propertyMaximumAcceptableValueUnits

** NOTE: ADDED in CFX 2.0 **

The units of the maximum acceptable value (must be a valid SI unit)
Public propertyMinimumAcceptableValue The minimum acceptable value
Public propertyMinimumAcceptableValueUnits

** NOTE: ADDED in CFX 2.0 **

The units of the minimum acceptable value (must be a valid SI unit)
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