Spread Silverlight Documentation
MinArgs Property (CalcTanhFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcTanhFunction 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 CalcTanhFunction
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

CalcTanhFunction Class
CalcTanhFunction Members