| VectorDifferentiator Constructor (Vector, Double) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic VectorDifferentiator(
	Vector vector,
	double increment
)
Public Sub New ( 
	vector As Vector,
	increment As Double
)
public:
VectorDifferentiator(
	Vector^ vector, 
	double increment
)
new : 
        vector : Vector * 
        increment : float -> VectorDifferentiatorParameters
- vector
- Type: AGI.Foundation.GeometryVector
 The vector to wrap and finite difference.
- increment
- Type: SystemDouble
 The increment, in seconds, used to compute the finite difference.
 See Also
See Also