Baku.LibqiDotNet.QiValue.ToInt32 C# (CSharp) Method

ToInt32() public method

この変数が符号あり4バイト整数型であると想定して値を取得します。
public ToInt32 ( ) : int
return int
        public int ToInt32() => (int)GetValue(0L);
        /// <summary>この変数が符号あり8バイト整数型であると想定して値を取得します。</summary>