|  | PLS1Calculator Property | 
            Gets and sets the calculator.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic IPLS1Calc Calculator { get; set; }Public Property Calculator As IPLS1Calc
	Get
	Set
public:
property IPLS1Calc^ Calculator {
	IPLS1Calc^ get ();
	void set (IPLS1Calc^ value);
}member Calculator : IPLS1Calc with get, set
Property Value
IPLS1Calc Remarks
Remarks
            Setting the calculator forces a re-calculation.
            
 See Also
See Also