Search

Module: Editor

Version: 4.3.0 +

Type: Long

Category: Conversion

 

Description

The Formula ConvertToLong is an deprecated formula automatically generated while converting Futurama documents from versions before 4.3.0 to Futurama version from 4.3.0. This formula cannot be created manually in the editor and is only introduced to make the conversion from some kinds of formulas to the more strict interpretation for version from Futurama 4.3.0 possible.

The Formula ConvertToLong converts a double or boolean value to a long.

Double: only round double values can be converted.

Boolean: TRUE is converted to 1, FALSE is converted to 0.

Parameters

Value:

This is the double or boolean value that is to be converted.

Related topics

Deprecated conversion formulas

External Links

http://msdn.microsoft.com/en-us/library/ffdk7eyz(v=vs.110).aspx: Underlying .Net method that is used for doubles

http://msdn.microsoft.com/en-us/library/2cew9dz7(v=vs.110).aspx: Underlying .Net method that is used for booleans

Updated: 2014-01-28