Class BitConverterGeneral
Bit converter
Inheritance
System.Object
BitConverterGeneral
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class BitConverterGeneral
Constructors
BitConverterGeneral()
Declaration
public BitConverterGeneral()
Methods
DoubleToInt64Bits(Double)
Double to int64
Declaration
public static long DoubleToInt64Bits(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type |
---|
System.Int64 |
Int64BitsToDouble(Int64)
int64 to double
Declaration
public static double Int64BitsToDouble(long value)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value |
Returns
Type |
---|
System.Double |