Click or drag to resize

BooleanMeasurement Class

Describes a measurement that was made by a human or by automated equipment in the course of inspecting or testing a production unit in which the result of the measurement is a boolean (true / fales) value.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.StructuresBooleanMeasurement

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

The BooleanMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodBooleanMeasurement 
Top
Properties
 NameDescription
Public propertyExpectedValue The expected value of this measurement
Public propertyValue The actual resulting value of this measurement
Top
See Also