Click or drag to resize

MPIMPI_Init_thread Method

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static int MPI_Init_thread(
	ref int argc,
	ref byte** argv,
	int required,
	out int provided
)

Parameters

argc
Type: SystemInt32
argv
Type: SystemByte**
required
Type: SystemInt32
provided
Type: SystemInt32

Return Value

Type: Int32
See Also