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

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

Syntax

C#
public static FVECTOR_PTR alloc(
	int dims
)
Visual Basic
Public Shared Function alloc ( 
	dims As Integer
) As FVECTOR_PTR

Parameters

dims
Type: System..::..Int32
次元 (1~)

Return Value

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

See Also