Gets and sets the calculator.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public IPLS2Calc Calculator { get; set; }
Visual Basic (Declaration)
Public Property Calculator As IPLS2Calc
Visual C++
public:
property IPLS2Calc^ Calculator {
	IPLS2Calc^ get ();
	void set (IPLS2Calc^ value);
}

Remarks

Setting the calculator forces a recalculation.

See Also