Table of Contents

Struct VBRuntimeCurrencyValue

Namespace
RDCore.SDK.Model.Values.Runtime
Assembly
RDCore.SDK.dll
public readonly record struct VBRuntimeCurrencyValue : IRuntimeValue, IEquatable<VBRuntimeCurrencyValue>
Implements
Inherited Members

Constructors

VBRuntimeCurrencyValue(decimal)

public VBRuntimeCurrencyValue(decimal scaledValue)

Parameters

scaledValue decimal

VBRuntimeCurrencyValue(long)

public VBRuntimeCurrencyValue(long storedValue)

Parameters

storedValue long

Fields

StoredValue

public readonly long StoredValue

Field Value

long

Properties

BoxedValue

public object BoxedValue { get; }

Property Value

object

ScaleFactor

Gets the scale factor.

public static int ScaleFactor { get; }

Property Value

int

Value

Gets the scaled decimal representation of the stored value.

public decimal Value { get; }

Property Value

decimal