ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BitConverterGeneral - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BitConverterGeneral

    Bit converter

    Inheritance
    System.Object
    BitConverterGeneral
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.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 Description
    System.Int64

    Int64BitsToDouble(Int64)

    int64 to double

    Declaration
    public static double Int64BitsToDouble(long value)
    Parameters
    Type Name Description
    System.Int64 value
    Returns
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved