• Version 4.4.3
Show / Hide Table of Contents

Interface IDecimal

Represents a decimal field.

Inherited Members
IComposite.this[string]
IComposite.Reset()
IComposite.HasValue
IComparable<IDecimal>.CompareTo(IDecimal)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IDecimal : IComposite, IComparable<IDecimal>

Properties

Exponent

Declaration
sbyte Exponent { get; set; }
Property Value
Type Description
sbyte

Exponent.

Mantissa

Declaration
long Mantissa { get; set; }
Property Value
Type Description
long

Mantissa.

Value

Declaration
decimal Value { get; set; }
Property Value
Type Description
decimal

Decimal value.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX