Class Factors
Represents standardization factors with low and high values.
public class Factors
- Inheritance
-
Factors
- Inherited Members
Constructors
Factors(Point, Point)
Initializes a new instance of the Factors class.
public Factors(Point stdLow, Point stdHigh)
Parameters
Properties
StdHigh
Gets or sets the high standard factor.
public Point StdHigh { get; set; }
Property Value
StdLow
Gets or sets the low standard factor.
public Point StdLow { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the standardization factors.
public override string ToString()
Returns
- string
A formatted string displaying the low and high standard factors.