Table of Contents

Struct ManagedCurrencyInteropValue

Namespace
RDCore.SDK.Model.Values.Interop
Assembly
RDCore.SDK.dll
public readonly record struct ManagedCurrencyInteropValue : IManagedInteropValue, IEquatable<ManagedCurrencyInteropValue>
Implements
Inherited Members

Constructors

ManagedCurrencyInteropValue(decimal)

public ManagedCurrencyInteropValue(decimal scaledValue)

Parameters

scaledValue decimal

ManagedCurrencyInteropValue(long)

public ManagedCurrencyInteropValue(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