Table of Contents

Interface IKit

Namespace
Hse.EviFluor
Assembly
Hseagcom.EviFluor.dll

Interface for implementing calibration fitting algorithms.

public interface IKit

Methods

fit(Point, Point, double)

Performs a calibration fit using two standard reference points.

double fit(Point stdLow, Point stdHigh, double value)

Parameters

stdLow Point

Low concentration standard point.

stdHigh Point

High concentration standard point.

value double

The raw measured value to convert.

Returns

double

Calculated concentration based on interpolation.