言語

Index.Implicit(Int32 to Index) Operator

定義

整数を Indexに変換します。

public:
 static operator Index(int value);
public static implicit operator Index(int value);
static member op_Implicit : int -> Index
Public Shared Widening Operator CType (value As Integer) As Index

パラメーター

value
Int32

変換する整数。

返品

整数を表すインデックス。

適用対象