Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DoubleToBoolean(Double)

Converts the given double value to a boolean value

DoubleToByte(Double)

Converts the given double value to a byte value

DoubleToShort(Double)

Converts the given double value to a short value

DoubleToInteger(Double)

Converts the given double value to a integer value

DoubleToFloat

DoubleToLong(Double)

Converts the given double value to a float long value

DoubleToLong

DoubleToFloat(Double)

Converts the given double value to a long float value

ToBoolean(Object)

Converts the given value to a boolean value.

ToByte(Object)

Converts the given value to a byte value. This function converts any value to a byte value, thus it is more time consuming than the DoubleToByte function for double values.

ToShort(Object)

Converts the given value to a short value. This function converts any value to a short value, thus it is more time consuming than the DoubleToShort function for double values.

ToInteger(Object)

Converts the given value to a integer value. This function converts any value to a integer value, thus it is more time consuming than the DoubleToInteger function for double values.

ToFloat

ToLong(Object)

Converts the given value to a float long value. This function converts any value to a float long value, thus it is more time consuming than the DoubleToFloat DoubleToLong function for double values.

ToDouble

ToFloat(Object)

Converts the given value to a double value.

ToLong(Object)

Converts the given value to a long float value. This function converts any value to a long float value, thus it is more time consuming than the DoubleToLong DoubleToFloat function for double values.

ToDouble(Object)

Converts the given value to a double value.

ToDate(<Number>|<String, Pattern>)

Converts the given value to a date value. The format parameter is necessary if the first parameter is a string value.

ToString(Object)

Converts the given value to a string value.

Table of Contents