  | ParameterizedMultivariableFunctionNumberOfParameters Property | 
            Gets and sets the number of parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumberOfParameters { get; set; }Public Property NumberOfParameters As Integer
	Get
	Set
public:
property int NumberOfParameters {
	int get ();
	void set (int value);
}member NumberOfParameters : int with get, set
Property Value
Int32
See Also