Class DoubleInterpolator
Interpolator which converts a numeric value from its [RangeMinimum, RangeMaximum] range to another value in the range [From, To].
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.DataVisualization
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public class DoubleInterpolator : RangeInterpolator<double>, IFrameworkElement, IUIElement, IDependencyObject
Methods
| Improve this Doc View SourceInterpolate(Double)
Interpolates the given value between its [RangeMinimum, RangeMaximum] range and returns an interpolated value in the range [From, To].
Declaration
public override object Interpolate(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | Value to interpolate. |
Returns
Type | Description |
---|---|
System.Object | An interpolated value in the range [From, To]. |