Class BitConverterGeneral
Bit converter
Inheritance
System.Object
BitConverterGeneral
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class BitConverterGeneral : Object
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 |