Struct ManagedDecimalInteropValue
Represents a decimal value using 14 bytes, including a 96-bit numerator.
public readonly record struct ManagedDecimalInteropValue : IManagedInteropValue, IEquatable<ManagedDecimalInteropValue>
- Implements
- Inherited Members
Constructors
ManagedDecimalInteropValue(decimal)
public ManagedDecimalInteropValue(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; }