[Missing <summary> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32@)"]

Syntax

C#
public G05State(
	int genid,
	int subid,
	out int ifail
)
Visual Basic
Public Sub New ( _
	genid As Integer, _
	subid As Integer, _
	<OutAttribute> ByRef ifail As Integer _
)
Visual C++
public:
G05State(
	int genid, 
	int subid, 
	[OutAttribute] int% ifail
)
F#
new : 
        genid : int * 
        subid : 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@)"]

subid
Type: System..::..Int32

[Missing <param name="subid"/> documentation for "M:NagLibrary.G05.G05State.#ctor(System.Int32,System.Int32,System.Int32@)"]

ifail
Type: System..::..Int32%
On exit: ifail=0 unless the method detects an error (see [Error Indicators and Warnings]).

See Also