Table of Contents

Class Factors

Namespace
Hse.EviFluor
Assembly
Hseagcom.EviFluor.dll

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

stdLow Point

The low standard factor.

stdHigh Point

The high standard factor.

Properties

StdHigh

Gets or sets the high standard factor.

public Point StdHigh { get; set; }

Property Value

Point

StdLow

Gets or sets the low standard factor.

public Point StdLow { get; set; }

Property Value

Point

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.