ValueRangeTValue Structure

CVB.Net Documentation
Container for range definitions.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct ValueRange<TValue>
where TValue : Object, IComparable<TValue>

Type Parameters

TValue
type of value

The ValueRangeTValue type exposes the following members.

Constructors

  NameDescription
Public methodValueRangeTValue
Initialize a ValueRange object.
Top
Properties

  NameDescription
Public propertyMax
Maximum value.
Public propertyMin
Minimum value.
Top
Methods

  NameDescription
Public methodEquals
Equality check for ValueRange structures.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Standard hashing function.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality check for two ValueRange structures.
Public operatorStatic memberInequality
Inequality check for two ValueRange structures.
Top
See Also

Reference