Click or drag to resize

LongExtensions Class

Adds functionality that is often used for unit testing to the Long (Int64) data type
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsLongExtensions

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static class LongExtensions
Methods
  NameDescription
Public methodStatic memberGetRandom(Int64)
Returns a random number greater than or equal to 0 and less than the integer
Public methodStatic memberGetRandom(Int64, Int64)
Returns a random number greater than or equal to the specified minValue and less than the integer
Top
Remarks
This library is not intended for use as production code, but instead is intended to provide functionality in the test libraries for that production code.
See Also