[Missing <summary> documentation for "M:CoreDevices.Generals.MersenneTwister.Next(System.Int32,System.Int32)"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int Next( int minValue, int maxValue ) |
| Visual Basic (Declaration) |
|---|
Public Function Next ( _ minValue As Integer, _ maxValue As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int Next( int minValue, int maxValue ) |
Parameters
- minValue
- Type: System..::.Int32
[Missing <param name="minValue"/> documentation for "M:CoreDevices.Generals.MersenneTwister.Next(System.Int32,System.Int32)"]
- maxValue
- Type: System..::.Int32
[Missing <param name="maxValue"/> documentation for "M:CoreDevices.Generals.MersenneTwister.Next(System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:CoreDevices.Generals.MersenneTwister.Next(System.Int32,System.Int32)"]