Show / Hide Table of Contents

Struct FastBit.Decimal

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SCTP4CS.Utils
Assembly: SIPSorcery.dll
Syntax
public struct Decimal

Constructors

| Improve this Doc View Source

Decimal(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Declaration
public Decimal(byte b0, byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, byte b8, byte b9, byte b10, byte b11, byte b12, byte b13, byte b14, byte b15)
Parameters
Type Name Description
System.Byte b0
System.Byte b1
System.Byte b2
System.Byte b3
System.Byte b4
System.Byte b5
System.Byte b6
System.Byte b7
System.Byte b8
System.Byte b9
System.Byte b10
System.Byte b11
System.Byte b12
System.Byte b13
System.Byte b14
System.Byte b15
| Improve this Doc View Source

Decimal(Decimal)

Declaration
public Decimal(decimal Adecimal)
Parameters
Type Name Description
System.Decimal Adecimal

Fields

| Improve this Doc View Source

Adecimal

Declaration
public decimal Adecimal
Field Value
Type Description
System.Decimal
| Improve this Doc View Source

b0

Declaration
public byte b0
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b1

Declaration
public byte b1
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b10

Declaration
public byte b10
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b11

Declaration
public byte b11
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b12

Declaration
public byte b12
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b13

Declaration
public byte b13
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b14

Declaration
public byte b14
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b15

Declaration
public byte b15
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b2

Declaration
public byte b2
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b3

Declaration
public byte b3
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b4

Declaration
public byte b4
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b5

Declaration
public byte b5
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b6

Declaration
public byte b6
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b7

Declaration
public byte b7
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b8

Declaration
public byte b8
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b9

Declaration
public byte b9
Field Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

GetReversed()

Declaration
public decimal GetReversed()
Returns
Type Description
System.Decimal
| Improve this Doc View Source

Read(Byte[], Int32, Endianness)

Declaration
public decimal Read(byte[] buffer, int offset, Endianness endianness)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
Endianness endianness
Returns
Type Description
System.Decimal
| Improve this Doc View Source

Write(Byte[], Int32, Endianness)

Declaration
public void Write(byte[] buffer, int offset, Endianness endianness)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
Endianness endianness

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX