アンマネージリソースの確保

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static FMATRIX_PTR alloc(
	int rows,
	int cols
)
Visual Basic
Public Shared Function alloc ( 
	rows As Integer,
	cols As Integer
) As FMATRIX_PTR

Parameters

rows
Type: System..::..Int32
行数 (1~)
cols
Type: System..::..Int32
列数 (1~)

Return Value

Type: FMATRIX_PTR
生成されたインスタンスを返します。

See Also