mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 08:48:22 +00:00
P-code parsing of NumberContext
This commit is contained in:
@@ -9,7 +9,9 @@ package mypkg
|
||||
{
|
||||
//Presision values: HALF_EVEN, DOWN, FLOOR, UP, CEILING, HALF_UP, HALF_DOWN
|
||||
|
||||
use decimal, precision 20, rounding FLOOR;
|
||||
//use decimal, precision 20, rounding FLOOR;
|
||||
|
||||
use Number, precision 10;
|
||||
|
||||
var a:decimal = 10000000010000000002000000000300000000040000000005m;
|
||||
var b:int = 10;
|
||||
|
||||
Reference in New Issue
Block a user