forwardToString Method    Table of ContentDecimal64Ref Constructor forward
Decimal64Ref Class
Represents decimal field.
Inheritance Hierarchy
System.Object
  OnixS.SimpleBinaryEncoding.Decimal64Ref

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 class Decimal64Ref : IDecimal, 
	IComposite, IComparable<IDecimal>

The Decimal64Ref type exposes the following members.

Constructors
  NameDescription
Public methodDecimal64Ref()
Constructor.
Public methodDecimal64Ref(Int64)
Constructor.
Public methodDecimal64Ref(Int64, Byte*)
Constructor.
Public methodDecimal64Ref(SByte, Int64)
Constructor.
Public methodDecimal64Ref(SByte, Int64, Byte*)
Constructor.
Top
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.
Public propertyMantissa
Gets mantissa.
Public propertyValue
Gets decimal value.
Top
Methods
  NameDescription
Public methodAssign
Assign current object around buffer.
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns string representation of an object.
(Overrides Object.ToString().)
Top
See Also