Double

Double-precision floating-point data type for decimal numbers

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Type

Quick Summary

Double-precision floating-point data type for decimal numbers

Technical Exegesis...

Double-precision floating-point data type for decimal numbers. Used in variable declarations to specify a double type. Stores numbers with decimal points using 64-bit floating-point representation. Provides high precision for mathematical calculations requiring fractional values. Used with Local, Global, Const, Field, or function parameters/returns.

Example

Example.bam
; No example implemented yet