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

ToUInt16() public method

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