Int32AxisDelta
Defines an Int32 Delta, which provides Major and Minor deltas as used in NumericAxis
Реализует: IAxisDelta<int>, IAxisDelta, ICloneable, IEquatable<Int32AxisDelta>
Конструкторы
Int32AxisDelta()
Initializes a new instance of the Int32AxisDelta class.
Int32AxisDelta(int, int)
Initializes a new instance of the Int32AxisDelta class.
- minorDelta
- The minor delta.
- majorDelta
- The major delta.
Свойства
MajorDelta : int
Gets or sets the major delta.
MinorDelta : int
Gets or sets the minor delta.
Методы
Equals(object) : bool
Determines whether the specified Object is equal to this instance.
- obj
- The Object to compare with the current Object.
Возвращает: true if the specified Object is equal to this instance; otherwise, false.
Equals(Int32AxisDelta) : bool
Indicates whether the current object is equal to another object of the same type.
- other
- An object to compare with this object.
Возвращает: true if the current object is equal to the parameter; otherwise, false.
GetHashCode() : int
Returns a hash code for this instance.
Возвращает: A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
op_Equality(Int32AxisDelta, Int32AxisDelta) : bool
Implements the operator ==.
- left
- The left.
- right
- The right.
Возвращает: The result of the operator.
op_Inequality(Int32AxisDelta, Int32AxisDelta) : bool
Implements the operator !=.
- left
- The left.
- right
- The right.
Возвращает: The result of the operator.