[Missing <summary> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32[],System.Int32@)"]
Syntax
C# |
---|
public G05State( int genid, int subid, int[] seed, out int ifail ) |
Visual Basic |
---|
Public Sub New ( _ genid As Integer, _ subid As Integer, _ seed As Integer(), _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: G05State( int genid, int subid, array<int>^ seed, [OutAttribute] int% ifail ) |
F# |
---|
new : genid : int * subid : int * seed : int[] * ifail : int byref -> G05State |
Parameters
- genid
- Type: System..::..Int32
[Missing <param name="genid"/> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32[],System.Int32@)"]
- subid
- Type: System..::..Int32
[Missing <param name="subid"/> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32[],System.Int32@)"]
- seed
- Type: array<System..::..Int32>[]()[][]
[Missing <param name="seed"/> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32[],System.Int32@)"]
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error (see [Error Indicators and Warnings]).