forwardItem Property    Table of ContentIDecimal Propertiesforward
IDecimal Interface
Represents decimal field type.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public interface IDecimal : IComposite, 
	IComparable<IDecimal>

The IDecimal type exposes the following members.

Properties
  NameDescription
Public propertyExponent
Gets exponent.
Public propertyHasValue
True, if underlying field has not null value, false otherwise.
Public propertyItem
Returns value of composite type field.
(Inherited from IComposite.)
Public propertyMantissa
Gets mantissa.
Public propertyValue
Gets decimal value.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable<IDecimal>.)
Top
See Also