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

ToInt64() public method

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