Table of Contents

Struct VBRuntimeDecimalValue

Namespace
RDCore.SDK.Model.Values.Runtime
Assembly
RDCore.SDK.dll

Represents a decimal value using 14 bytes, including a 96-bit numerator.

public readonly record struct VBRuntimeDecimalValue : IRuntimeValue, IEquatable<VBRuntimeDecimalValue>
Implements
Inherited Members

Constructors

VBRuntimeDecimalValue(decimal)

public VBRuntimeDecimalValue(decimal value)

Parameters

value decimal

Fields

Denominator

public readonly short Denominator

Field Value

short

Numerator1

public readonly int Numerator1

Field Value

int

Numerator2

public readonly int Numerator2

Field Value

int

Numerator3

public readonly int Numerator3

Field Value

int

Properties

BoxedValue

public object BoxedValue { get; }

Property Value

object

ManagedValue

public decimal ManagedValue { get; }

Property Value

decimal