Click or drag to resize

ScalarInterpolator Constructor

Overload List
  NameDescription
Public methodScalarInterpolator
Initializes a new instance. The user must set Interpolator.
Public methodScalarInterpolator(DoubleMotionInterpolator)
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
Protected methodScalarInterpolator(ScalarInterpolator, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodScalarInterpolator(InterpolationAlgorithm, Int32, DateMotionCollectionDouble)
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
Public methodScalarInterpolator(InterpolationAlgorithmType, Int32, DateMotionCollectionDouble)
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
Public methodScalarInterpolator(InterpolationAlgorithm, Int32, DateMotionCollectionDouble, IListJulianDate)
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
Public methodScalarInterpolator(InterpolationAlgorithmType, Int32, DateMotionCollectionDouble, IListJulianDate)
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
Top
See Also