Gets and sets the PLS2 calculator to use for PLS2 calculations.

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);
}

See Also