Spread Silverlight Documentation
MinArgs Property (CalcTanFunction)


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

Property Value

The minimum number of arguments for the function.
See Also

Reference

CalcTanFunction Class
CalcTanFunction Members