Struct DuckDBHugeInt
- Namespace
- DuckDB.NET.Native
- Assembly
- DuckDB.NET.Bindings.dll
public readonly struct DuckDBHugeInt
- Inherited Members
-
Constructors
DuckDBHugeInt(BigInteger)
public DuckDBHugeInt(BigInteger value)
Parameters
value
BigInteger
DuckDBHugeInt(ulong, long)
public DuckDBHugeInt(ulong lower, long upper)
Parameters
lower
ulong
upper
long
Properties
HugeIntMaxValue
public static BigInteger HugeIntMaxValue { get; }
Property Value
- BigInteger
HugeIntMinValue
public static BigInteger HugeIntMinValue { get; }
Property Value
- BigInteger
Lower
public ulong Lower { get; }
Property Value
- ulong
Upper
public long Upper { get; }
Property Value
- long
Methods
ToBigInteger()
public BigInteger ToBigInteger()
Returns
- BigInteger