Properties  Methods  Events


Int64Range Class Members

The following tables list the members exposed by Int64Range.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden.  Gets the Diff (Max - Min) of this range  
Public Property Gets whether this Range is defined (Inherited from SciChart.Data.Model.Range<long>)
Public PropertyOverridden.  Gets whether the range is Zero, where Max equals Min  
Public Property Gets or sets the Max value of this range (Inherited from SciChart.Data.Model.Range<long>)
Public Property Gets or sets the Min value of this range (Inherited from SciChart.Data.Model.Range<long>)
Top
Public Methods
 NameDescription
Public MethodOverridden. Converts this range to a DoubleRange, which are used internally for calculations  
Public MethodOverloaded. Clips the current IRange to a maxmimum range with RangeClipMode.MinMax mode (Inherited from SciChart.Data.Model.Range<long>)
Public MethodOverridden.  Creates a new object that is a copy of the current instance.  
Public MethodOverloaded. Determines whether the specified object is equal to the current object. (Inherited from SciChart.Data.Model.Range<long>)
Public MethodServes as the default hash function. (Inherited from SciChart.Data.Model.Range<long>)
Public MethodOverridden. Grows the current IRange<T> by the min and max fraction, returning this instance after modification  
Public Method Returns True if the value is within the Min and Max of the Range (Inherited from SciChart.Data.Model.Range<long>)
Public MethodOverloaded. Overridden. Sets the Min, Max values on the IRange<T>, returning this instance after modification  
Public MethodSets the Min, Max values on the IRange<T>, returning this instance after modification (Inherited from SciChart.Data.Model.Range<long>)
Public MethodReturns a string that represents the current object. (Inherited from SciChart.Data.Model.Range<long>)
Public MethodOverloaded. Performs the Union of two IRange instances, returning a new IRange (Inherited from SciChart.Data.Model.Range<long>)
Top
Protected Methods
 NameDescription
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Protected MethodInternal implementation: Sets the Min, Max values of the Range<T> (Inherited from SciChart.Data.Model.Range<long>)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodGrows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also