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

ToUInt32() public method

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