Table of Contents

Struct DuckDBDecimal

Namespace
DuckDB.NET.Native
Assembly
DuckDB.NET.Bindings.dll
public readonly struct DuckDBDecimal
Inherited Members

Constructors

DuckDBDecimal(byte, byte, DuckDBHugeInt)

public DuckDBDecimal(byte width, byte scale, DuckDBHugeInt value)

Parameters

width byte
scale byte
value DuckDBHugeInt

Properties

Scale

public byte Scale { get; }

Property Value

byte

Value

public DuckDBHugeInt Value { get; }

Property Value

DuckDBHugeInt

Width

public byte Width { get; }

Property Value

byte