Click or drag to resize

SingleType Class

Represents a Range of float values (with several chunks)
Inheritance Hierarchy
SystemObject
  SmartTests.RangesNumericTypeSingle, SingleType
    SmartTests.RangesSingleType

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public class SingleType : NumericType<float, SingleType>

The SingleType type exposes the following members.

Constructors
  NameDescription
Public methodSingleType
Initializes a new instance of the SingleType class
Top
Properties
Methods
  NameDescription
Public methodAbove(T)
Adds a chunk of numeric values above min
(Inherited from NumericTypeT, TType.)
Public methodAbove(T, T, T)
adds a chunk of numeric values above min and returns a criteria for this range
(Inherited from NumericTypeT, TType.)
Public methodAboveOrEqual(T)
Adds a chunk of numeric values above a min
(Inherited from NumericTypeT, 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 NumericTypeT, TType.)
Public methodBelow(T)
Adds a chunk of numeric values below max
(Inherited from NumericTypeT, TType.)
Public methodBelow(T, T, T)
Creates a range of numeric values below max and returns a criteria for this range
(Inherited from NumericTypeT, TType.)
Public methodBelowOrEqual(T)
Adds a chunk of numeric values below or equal to max
(Inherited from NumericTypeT, 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 NumericTypeT, TType.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from NumericTypeT, TType.)
Protected methodEquals(TType)
Compare two NumericType
(Inherited from NumericTypeT, 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 NumericTypeT, TType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from NumericTypeT, TType.)
Protected methodGetNext
Returns the value following n
(Overrides NumericTypeT, TTypeGetNext(T).)
Protected methodGetPrevious
Returns the value preceding n
(Overrides NumericTypeT, TTypeGetPrevious(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 NumericTypeT, TTypeGetValidValue(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 NumericTypeT, TType.)
Public methodRange(T, Boolean, T, Boolean)
Adds a chunk of numeric values
(Inherited from NumericTypeT, TType.)
Public methodRange(T, T, T, T)
Adds a chunk of numeric values and returns a criteria for this range
(Inherited from NumericTypeT, TType.)
Public methodRange(T, Boolean, T, Boolean, T, T)
Adds a chunk of numeric values
(Inherited from NumericTypeT, TType.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Protected methodToString(String)
Computes the string representing this range, when its type as a string is provided
(Inherited from NumericTypeT, TType.)
Protected methodToString(Single)
Returns the numeric value as a string.
(Overrides NumericTypeT, TTypeToString(T).)
Public methodValue(T)
Creates a range of one numeric value
(Inherited from NumericTypeT, TType.)
Public methodValue(T, T)
Creates a range of one numeric value and returns a criteria for this range
(Inherited from NumericTypeT, TType.)
Top
See Also