PointDifferentiatorDifferentiatedPoint Property |
Gets or sets the point whose highest order derivative is being differentiated
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point DifferentiatedPoint { get; set; }
Public Property DifferentiatedPoint As Point
Get
Set
public:
property Point^ DifferentiatedPoint {
Point^ get ();
void set (Point^ value);
}
member DifferentiatedPoint : Point with get, set
Property Value
Type:
PointSee Also