Click or drag to resize

IntExtensions Class

Adds functionality that is often used for unit testing to the Integer (Int32) data type
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsIntExtensions

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static class IntExtensions
Methods
  NameDescription
Public methodStatic memberGetRandom(Int32)
Returns a random number greater than or equal to 0 and less than the integer
Public methodStatic memberGetRandom(Int32, Int32)
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