| StepSegment2FStepType Property |
Gets or sets the type of step interpolation.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public StepInterpolation StepType { get; set; }
Public Property StepType As StepInterpolation
Get
Set
public:
property StepInterpolation StepType {
StepInterpolation get ();
void set (StepInterpolation value);
}
member StepType : StepInterpolation with get, set
Property Value
Type:
StepInterpolationSee Also