# FarPoint.Win.Spread.LinearRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_LinearRange" data-uid="FarPoint.Win.Spread.LinearRange" class="text-break">LinearRange Struct
</h1>
  <div class="markdown level0 summary"><p>Represent a range in one-dimension which is defined by the start index and end index.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.LinearRange.html">LinearRange</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_LinearRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct LinearRange : IComparable&lt;LinearRange&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure LinearRange
    Implements IComparable(Of LinearRange)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.LinearRange.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.-ctor.html#FarPoint_Win_Spread_LinearRange__ctor_System_Int32_System_Int32_">LinearRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.LinearRange.html">LinearRange</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_Empty" data-uid="FarPoint.Win.Spread.LinearRange.Empty">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a LinearRange structure with its properties left uninitialized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_End" data-uid="FarPoint.Win.Spread.LinearRange.End">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.End.html">End</a>
        </td>
        <td class="markdown level1 summary"><p>The end index of range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_Start" data-uid="FarPoint.Win.Spread.LinearRange.Start">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.Start.html">Start</a>
        </td>
        <td class="markdown level1 summary"><p>The start index of range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_Length" data-uid="FarPoint.Win.Spread.LinearRange.Length">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.Length.html#FarPoint_Win_Spread_LinearRange_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_CompareTo_FarPoint_Win_Spread_LinearRange_" data-uid="FarPoint.Win.Spread.LinearRange.CompareTo(FarPoint.Win.Spread.LinearRange)">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.CompareTo.html#FarPoint_Win_Spread_LinearRange_CompareTo_FarPoint_Win_Spread_LinearRange_">CompareTo(LinearRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current object with another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_Equals_System_Object_" data-uid="FarPoint.Win.Spread.LinearRange.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.Equals.html#FarPoint_Win_Spread_LinearRange_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_GetHashCode" data-uid="FarPoint.Win.Spread.LinearRange.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.GetHashCode.html#FarPoint_Win_Spread_LinearRange_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_op_Equality_FarPoint_Win_Spread_LinearRange_FarPoint_Win_Spread_LinearRange_" data-uid="FarPoint.Win.Spread.LinearRange.op_Equality(FarPoint.Win.Spread.LinearRange,FarPoint.Win.Spread.LinearRange)">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.op_Equality.html#FarPoint_Win_Spread_LinearRange_op_Equality_FarPoint_Win_Spread_LinearRange_FarPoint_Win_Spread_LinearRange_">operator ==(LinearRange, LinearRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_LinearRange_op_Inequality_FarPoint_Win_Spread_LinearRange_FarPoint_Win_Spread_LinearRange_" data-uid="FarPoint.Win.Spread.LinearRange.op_Inequality(FarPoint.Win.Spread.LinearRange,FarPoint.Win.Spread.LinearRange)">
          <a class="xref" href="FarPoint.Win.Spread.LinearRange.op_Inequality.html#FarPoint_Win_Spread_LinearRange_op_Inequality_FarPoint_Win_Spread_LinearRange_FarPoint_Win_Spread_LinearRange_">operator !=(LinearRange, LinearRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
