Click or drag to resize

ShortExtensions Class

Adds functionality that is often used for unit testing to the Short (Int16) data type
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsShortExtensions

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