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

ToInt16() public method

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