FloatRange Class Members
The following tables list the members exposed by FloatRange.
Public Constructors
Name | Description | |
---|---|---|
![]() | FloatRange Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | Diff | Overridden. Gets the Diff (Max - Min) of this range |
![]() | IsDefined | Gets whether this Range is defined (Inherited from SciChart.Data.Model.Range<float>) |
![]() | IsZero | Overridden. Gets whether the range is Zero, where Max equals Min |
![]() | Max | Gets or sets the Max value of this range (Inherited from SciChart.Data.Model.Range<float>) |
![]() | Min | Gets or sets the Min value of this range (Inherited from SciChart.Data.Model.Range<float>) |
Public Methods
Name | Description | |
---|---|---|
![]() | AsDoubleRange | Overridden. Converts this range to a DoubleRange, which are used internally for calculations |
![]() | ClipTo | Overloaded. Clips the current IRange to a maxmimum range with RangeClipMode.MinMax mode (Inherited from SciChart.Data.Model.Range<float>) |
![]() | Clone | Overridden. Creates a new object that is a copy of the current instance. |
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. (Inherited from SciChart.Data.Model.Range<float>) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from SciChart.Data.Model.Range<float>) |
![]() | GrowBy | Overridden. Grows the current IRange<T> by the min and max fraction, returning this instance after modification |
![]() | IsValueWithinRange | Returns True if the value is within the Min and Max of the Range (Inherited from SciChart.Data.Model.Range<float>) |
![]() | SetMinMax | Overloaded. Overridden. Sets the Min, Max values on the IRange<T>, returning this instance after modification |
![]() | SetMinMaxT | Sets the Min, Max values on the IRange<T>, returning this instance after modification (Inherited from SciChart.Data.Model.Range<float>) |
![]() | ToString | Returns a string that represents the current object. (Inherited from SciChart.Data.Model.Range<float>) |
![]() | Union | Overloaded. Performs the Union of two IRange instances, returning a new IRange (Inherited from SciChart.Data.Model.Range<float>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
![]() | SetMinMaxInternal | Internal implementation: Sets the Min, Max values of the Range<T> (Inherited from SciChart.Data.Model.Range<float>) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | GrowByLog | Grows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale |
![]() | ToDateRange | Returns a new SciChart.Data.Model.DateRange that corresponds to the provided range. |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> | |
![]() | ToTimeSpanRange | Returns a new SciChart.Data.Model.DateRange that corresponds to the provided range. |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also