# GrapeCity.Documents.Common.RangeF

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Common_RangeF" data-uid="GrapeCity.Documents.Common.RangeF" class="text-break">RangeF Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a range of a float value.</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.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Common.RangeF.html">RangeF</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_RangeF_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct RangeF : IEquatable&lt;RangeF&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure RangeF
    Implements IEquatable(Of RangeF)</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="GrapeCity_Documents_Common_RangeF__ctor_System_Single_System_Single_" data-uid="GrapeCity.Documents.Common.RangeF.#ctor(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.-ctor.html#GrapeCity_Documents_Common_RangeF__ctor_System_Single_System_Single_">RangeF(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Common.RangeF.html">RangeF</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="GrapeCity_Documents_Common_RangeF_Max" data-uid="GrapeCity.Documents.Common.RangeF.Max">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Max.html">Max</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_Min" data-uid="GrapeCity.Documents.Common.RangeF.Min">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Min.html">Min</a>
        </td>
        <td class="markdown level1 summary"><p>The minimal value.</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="GrapeCity_Documents_Common_RangeF_Equals_GrapeCity_Documents_Common_RangeF_" data-uid="GrapeCity.Documents.Common.RangeF.Equals(GrapeCity.Documents.Common.RangeF)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Equals.html#GrapeCity_Documents_Common_RangeF_Equals_GrapeCity_Documents_Common_RangeF_">Equals(RangeF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_Equals_System_Object_" data-uid="GrapeCity.Documents.Common.RangeF.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Equals.html#GrapeCity_Documents_Common_RangeF_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_GetHashCode" data-uid="GrapeCity.Documents.Common.RangeF.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.GetHashCode.html#GrapeCity_Documents_Common_RangeF_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_Multiply_System_Single_" data-uid="GrapeCity.Documents.Common.RangeF.Multiply(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Multiply.html#GrapeCity_Documents_Common_RangeF_Multiply_System_Single_">Multiply(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Multiplies this Range by the <code class="paramref">v</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_Offset_System_Single_" data-uid="GrapeCity.Documents.Common.RangeF.Offset(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.Offset.html#GrapeCity_Documents_Common_RangeF_Offset_System_Single_">Offset(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets this Range by the <code class="paramref">v</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_ToString" data-uid="GrapeCity.Documents.Common.RangeF.ToString">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.ToString.html#GrapeCity_Documents_Common_RangeF_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Documents_Common_RangeF_op_Equality_GrapeCity_Documents_Common_RangeF_GrapeCity_Documents_Common_RangeF_" data-uid="GrapeCity.Documents.Common.RangeF.op_Equality(GrapeCity.Documents.Common.RangeF,GrapeCity.Documents.Common.RangeF)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.op_Equality.html#GrapeCity_Documents_Common_RangeF_op_Equality_GrapeCity_Documents_Common_RangeF_GrapeCity_Documents_Common_RangeF_">operator ==(RangeF, RangeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.RangeF.html">RangeF</a> structs are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_RangeF_op_Inequality_GrapeCity_Documents_Common_RangeF_GrapeCity_Documents_Common_RangeF_" data-uid="GrapeCity.Documents.Common.RangeF.op_Inequality(GrapeCity.Documents.Common.RangeF,GrapeCity.Documents.Common.RangeF)">
          <a class="xref" href="GrapeCity.Documents.Common.RangeF.op_Inequality.html#GrapeCity_Documents_Common_RangeF_op_Inequality_GrapeCity_Documents_Common_RangeF_GrapeCity_Documents_Common_RangeF_">operator !=(RangeF, RangeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.RangeF.html">RangeF</a> structs are NOT equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
