[]
        
(Showing Draft Content)

FarPoint.Win.Spread.LinearRange

LinearRange Struct

Represent a range in one-dimension which is defined by the start index and end index.

Implements
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public struct LinearRange : IComparable<LinearRange>
Public Structure LinearRange
    Implements IComparable(Of LinearRange)

Constructors

Name Description
LinearRange(int, int)

Initializes a new instance of the LinearRange struct.

Fields

Name Description
Empty

Represents a LinearRange structure with its properties left uninitialized.

End

The end index of range.

Start

The start index of range.

Properties

Name Description
Length

Gets the length.

Methods

Name Description
CompareTo(LinearRange)

Compares the current object with another object of the same type.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

Operators

Name Description
operator ==(LinearRange, LinearRange)

Implements the operator ==.

operator !=(LinearRange, LinearRange)

Implements the operator !=.