言語

Integer.Explicit(Integer to Int32) Operator

定義

指定した Integer 値を Int32に変換します。

public static explicit operator int(Java.Lang.Integer value);
static member op_Explicit : Java.Lang.Integer -> int

パラメーター

value
Integer

変換する値。

返品

変換された値。

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象