Struct VBRuntimeCurrencyValue
public readonly record struct VBRuntimeCurrencyValue : IRuntimeValue, IEquatable<VBRuntimeCurrencyValue>
- Implements
- Inherited Members
Constructors
VBRuntimeCurrencyValue(decimal)
public VBRuntimeCurrencyValue(decimal scaledValue)
Parameters
scaledValuedecimal
VBRuntimeCurrencyValue(long)
public VBRuntimeCurrencyValue(long storedValue)
Parameters
storedValuelong
Fields
StoredValue
public readonly long StoredValue
Field Value
Properties
BoxedValue
public object BoxedValue { get; }
Property Value
ScaleFactor
Gets the scale factor.
public static int ScaleFactor { get; }
Property Value
Value
Gets the scaled decimal representation of the stored value.
public decimal Value { get; }