Spread Silverlight Documentation
MaxArgs Property (CalcComplexFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcComplexFunction Class : MaxArgs Property
Gets the maximum number of arguments for the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MaxArgs As System.Integer
'Usage
 
Dim instance As CalcComplexFunction
Dim value As System.Integer
 
value = instance.MaxArgs
public override System.int MaxArgs {get;}

Property Value

The maximum number of arguments for the function.
See Also

Reference

CalcComplexFunction Class
CalcComplexFunction Members