Click or drag to resize
Accord.NET (logo)

DoubleRange Methods

The DoubleRange type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DoubleRange)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersection
Computes the intersection between two ranges.
Public methodIsInside(Double)
Check if the specified value is inside of the range.
Public methodIsInside(DoubleRange)
Check if the specified range is inside of the range.
Public methodIsOverlapping
Check if the specified range overlaps with the range.
Public methodToIntRange
Converts this double-precision range into an IntRange.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodToString(String, IFormatProvider)
Returns a String that represents this instance.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodInnerFence
Creates Tukey's box plot inner fence.
(Defined by Tools.)
Public Extension MethodInterval(Int32)Overloaded.
Creates an interval vector (like NumPy's linspace function).
(Defined by Vector.)
Public Extension MethodInterval(Double)Overloaded.
Obsolete. Please use Vector.Range(range, stepSize) instead.
(Defined by Vector.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodOuterFence
Creates Tukey's box plot outer fence.
(Defined by Tools.)
Public Extension MethodRangeOverloaded.
Creates a range vector (like NumPy's arange function).
(Defined by Vector.)
Public Extension MethodRange(Double)Overloaded.
Creates a range vector (like NumPy's arange function).
(Defined by Vector.)
Public Extension MethodRange(Single)Overloaded.
Creates a range vector (like NumPy's arange function).
(Defined by Vector.)
Public Extension MethodRange(Byte)Overloaded.
Creates a range vector (like NumPy's arange function).
(Defined by Vector.)
Public Extension MethodRange(Int32)Overloaded.
Creates a range vector (like NumPy's arange function).
(Defined by Vector.)
Public Extension MethodScale
Converts the value x (which is measured in the scale 'from') to another value measured in the scale 'to'.
(Defined by Tools.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also