Click or drag to resize

UInt64TypeHelper Class

Inheritance Hierarchy
SystemObject
  SmartTests.RangesUInt64TypeHelper

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static class UInt64TypeHelper

The UInt64TypeHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbove
Adds a chunk of numeric values above min
Public methodStatic memberAboveOrEqual
Adds a chunk of numeric values above a min
Public methodStatic memberBelow
Adds a chunk of numeric values below max
Public methodStatic memberBelowOrEqual
Adds a chunk of numeric values below or equal to max
Public methodStatic memberRange(UInt64, UInt64, UInt64)
Adds a chunk of numeric values
Public methodStatic memberRange(UInt64, UInt64, Boolean, UInt64, Boolean)
Adds a chunk of numeric values
Public methodStatic memberValue
Adds a chunk of one numeric value
Top
See Also