long type

  1. R

    Android Question Wrong Long Data Type

    I have created a function to count my seconds since January 30, 1899. This function returns a result that is over 3,000,000,000. I thought of using a long, but when effect multiplication has a negative result. What kind of data should I use? I also tried with float and double without success...
  2. DIEGO TREJO

    iOS Question Get the Long type using GetType

    [SOLVED] In B4i, the GetType function always returns __NSCFNumber regardless of whether the data is Int, Byte, Float, Decimal or Long. Is there a way to differentiate these types of data? I am interested in differentiating the Long type
Top