明示的な型変換演算子 (DEDGE_T_PTR←Int64)

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

Syntax

C#
public static explicit operator DEDGE_T_PTR (
	long src
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	src As Long
) As DEDGE_T_PTR

Parameters

src
Type: System..::..Int64
複製元

Return Value

Type: DEDGE_T_PTR
DEDGE_T_PTR 構造体に代入して返します。

See Also