Click or drag to resize
FactorField Methods

The FactorField type exposes the following members.

Methods
  NameDescription
Public methodGetMinMax(IFactor, Double, Double)
Get min and max values for this factor field in specified factor context. Values are returned in parameter minValue and maxValue.
Public methodGetMinMax(IFactor, Int32, Int32)
Get min and max values for this factor field in specified factor context. Values are returned in parameter minValue and maxValue.
Public methodIsMinMaxDefined
Indicates whether or not this factor field has min and max values in specified factor context.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also