Click or drag to resize

ByteType Methods

The ByteType type exposes the following members.

Methods
  NameDescription
Public methodAbove(T)
Adds a chunk of numeric values above min
(Inherited from NumericType<T, TType>.)
Public methodAbove(T, T,T[])
adds a chunk of numeric values above min and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Public methodAboveOrEqual(T)
Adds a chunk of numeric values above a min
(Inherited from NumericType<T, TType>.)
Public methodAboveOrEqual(T, T,T[])
Adds a chunk of numeric values above or equal to a min and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Public methodBelow(T)
Adds a chunk of numeric values below max
(Inherited from NumericType<T, TType>.)
Public methodBelow(T, T,T[])
Creates a range of numeric values below max and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Public methodBelowOrEqual(T)
Adds a chunk of numeric values below or equal to max
(Inherited from NumericType<T, TType>.)
Public methodBelowOrEqual(T, T,T[])
Adds a range of numeric values below or equal to max and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from NumericType<T, TType>.)
Protected methodEquals(TType)
Compare two NumericType
(Inherited from NumericType<T, TType>.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrorValue
Returns any value for this range (all values have the same probability) as an error value
(Inherited from NumericType<T, TType>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from NumericType<T, TType>.)
Protected methodGetNext
Returns the value following n
(Overrides NumericType<T, TType>.GetNext(T).)
Protected methodGetPrevious
Returns the value preceding n
(Overrides NumericType<T, TType>.GetPrevious(T).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidValue
Returns any value for this range (all values have the same probability)
(Overrides NumericType<T, TType>.GetValidValue(T,T[]).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRange(T, T)
Adds a chunk of numeric values
(Inherited from NumericType<T, TType>.)
Public methodRange(T, Boolean, T, Boolean)
Adds a chunk of numeric values
(Inherited from NumericType<T, TType>.)
Public methodRange(T, T, T,T[])
Adds a chunk of numeric values and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Public methodRange(T, Boolean, T, Boolean, T,T[])
Adds a chunk of numeric values
(Inherited from NumericType<T, TType>.)
Public methodToString()
Returns a string that represents the current object.
(Overrides Object.ToString().)
Protected methodToString(Byte)
Returns the numeric value as a string.
(Overrides NumericType<T, TType>.ToString(T).)
Protected methodToString(String)
Computes the string representing this range, when its type as a string is provided
(Inherited from NumericType<T, TType>.)
Public methodValue(T)
Creates a range of one numeric value
(Inherited from NumericType<T, TType>.)
Public methodValue(T, T)
Creates a range of one numeric value and returns a criteria for this range
(Inherited from NumericType<T, TType>.)
Top
See Also