Struct VBRuntimeDecimalValue
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
valuedecimal
Fields
Denominator
public readonly short Denominator
Field Value
Numerator1
public readonly int Numerator1
Field Value
Numerator2
public readonly int Numerator2
Field Value
Numerator3
public readonly int Numerator3
Field Value
Properties
BoxedValue
public object BoxedValue { get; }
Property Value
ManagedValue
public decimal ManagedValue { get; }