LogoPixi’VN
indexInterfaces

Interface: PixiVNJsonArithmeticOperationsArithmeticSingle

Defined in: src/schema/PixiVNJsonArithmeticOperations.ts:47

Unary arithmetic operation applied to a single value (e.g. INT, FLOOR, FLOAT).

Properties

leftValue

> leftValue: PixiVNJsonArithmeticOperations | StorageElementType | PixiVNJsonValueGet | PixiVNJsonConditionalStatements<PixiVNJsonArithmeticOperations | StorageElementType | PixiVNJsonValueGet>

Defined in: src/schema/PixiVNJsonArithmeticOperations.ts:52

Left value of the arithmetic operation


operator

> operator: "INT" | "FLOOR" | "FLOAT"

Defined in: src/schema/PixiVNJsonArithmeticOperations.ts:65

Operator of the arithmetic operation:

  • "INT" truncates the value to an integer (removes the decimal part)
  • "FLOOR" rounds down to the nearest integer
  • "FLOAT" converts the value to a floating-point number

type

> type: "arithmeticsingle"

Defined in: src/schema/PixiVNJsonArithmeticOperations.ts:48