DoubleMotionInterpolatorData Property |
Gets or sets the data over which to interpolate.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<double> Data { get; set; }
Public Property Data As DateMotionCollection(Of Double)
Get
Set
public:
property DateMotionCollection<double>^ Data {
DateMotionCollection<double>^ get ();
void set (DateMotionCollection<double>^ value);
}
member Data : DateMotionCollection<float> with get, set
Property Value
Type:
DateMotionCollectionDoubleSee Also