DoubleMotionInterpolator.Degree Property |
Gets or sets the degree of interpolation to perform.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int Degree { get; set; }
Public Property Degree As Integer
Get
Set
public:
property int Degree {
int get ();
void set (int value);
}
member Degree : int with get, set
Property Value
Type:
Int32
See Also