Baku.LibqiDotNet.QiValue.ToInt16 C# (CSharp) Méthode

ToInt16() public méthode

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