EmfBitFix28To4

EmfBitFix28To4 class

The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.

public sealed class EmfBitFix28To4 : EmfObject

Constructors

NameDescription
EmfBitFix28To4(int)Initializes a new instance of the EmfBitFix28To4 class.

Properties

NameDescription
FracValue { get; set; }Gets or sets the fraction value
IntVal { get; set; }Gets or sets the integer value value
Value { get; }Gets the resulting float value;

See Also