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

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

Syntax

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

Parameters

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

Return Value

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

See Also