PointDifferentiator Constructor (Point, 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)
Syntaxpublic PointDifferentiator(
	Point differentiatedPoint,
	double increment
)
Public Sub New ( 
	differentiatedPoint As Point,
	increment As Double
)
public:
PointDifferentiator(
	Point^ differentiatedPoint, 
	double increment
)
new : 
        differentiatedPoint : Point * 
        increment : float -> PointDifferentiatorParameters
- differentiatedPoint
 - Type: AGI.Foundation.GeometryPoint
The point to wrap and finite difference. - increment
 - Type: SystemDouble
The increment, in seconds, used to compute the finite difference. 
See Also