TranslationalMotionInterpolatorDegree Property |
Gets or sets the degree of interpolation to perform.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also