Struct FastBit.Float
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)
Assembly: SIPSorcery.dll
Syntax
Constructors
|
Improve this Doc
View Source
Float(Byte, Byte, Byte, Byte)
Declaration
public Float(byte b0, byte b1, byte b2, byte b3)
Parameters
Type |
Name |
Description |
System.Byte |
b0 |
|
System.Byte |
b1 |
|
System.Byte |
b2 |
|
System.Byte |
b3 |
|
|
Improve this Doc
View Source
Float(Single)
Declaration
public Float(float Afloat)
Parameters
Type |
Name |
Description |
System.Single |
Afloat |
|
Fields
|
Improve this Doc
View Source
Afloat
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
b0
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
b1
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
b2
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
b3
Declaration
Field Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
GetReversed()
Declaration
public float GetReversed()
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Read(Byte[], Int32, Endianness)
Declaration
public float Read(byte[] buffer, int offset, Endianness endianness)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
Endianness |
endianness |
|
Returns
Type |
Description |
System.Single |
|
|
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