Class BitConverterGeneral
Inheritance
System.Object
BitConverterGeneral
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class BitConverterGeneral : Object
Constructors
BitConverterGeneral()
Declaration
public BitConverterGeneral()
Methods
DoubleToInt64Bits(Double)
Declaration
public static long DoubleToInt64Bits(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Int64BitsToDouble(Int64)
Declaration
public static double Int64BitsToDouble(long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
Returns
Extension Methods