| 
            
              FiniteDifferences Constructor (Int32)
             | 
          
        
          
    Namespace: 
   Accord.Math.Differentiation
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic FiniteDifferences(
	int variables
)
Public Sub New ( 
	variables As Integer
)
 Request Example
		View SourceParameters
- variables
 - Type: SystemInt32
The number of free parameters in the function. 
See Also