Click or drag to resize

NumericValue Class

[This is preliminary documentation and is subject to change.]

Inheritance Hierarchy
SystemObject
  CFX.StructuresNumericValue

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

The NumericValue type exposes the following members.

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