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

ToUInt16() public méthode

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