[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.RangeF

RangeF Struct

Represents a range of a float value.

Implements
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public struct RangeF : IEquatable<RangeF>
Public Structure RangeF
    Implements IEquatable(Of RangeF)

Constructors

Name Description
RangeF(float, float)

Initializes a new instance of the RangeF struct.

Fields

Name Description
Max

The maximum value.

Min

The minimal value.

Methods

Name Description
Equals(RangeF)
Equals(object)
GetHashCode()
Multiply(float)

Multiplies this Range by the v.

Offset(float)

Offsets this Range by the v.

ToString()

Operators

Name Description
operator ==(RangeF, RangeF)

Tests whether two specified RangeF structs are equivalent.

operator !=(RangeF, RangeF)

Tests whether two specified RangeF structs are NOT equivalent.