Floating-point numbers with double precision in VBA - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: Excel VBA Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=48) +--- Thread: Floating-point numbers with double precision in VBA (/showthread.php?tid=5207) |
Floating-point numbers with double precision in VBA - Qomplainerz - 07-26-2023 Description: Used to store double-precision floating-point numbers with decimals. Example: Dim height As Double height = 175.5 |