# Interface: PixiVNJsonArithmeticOperationsArithmeticSingle (/jsdoc/pixi-vn-json/index/interfaces/PixiVNJsonArithmeticOperationsArithmeticSingle)



Defined in: [src/schema/PixiVNJsonArithmeticOperations.ts:47](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonArithmeticOperations.ts#L47)

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

## Properties [#properties]

### leftValue [#leftvalue]

\> **leftValue**: [`PixiVNJsonArithmeticOperations`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonArithmeticOperations) | `StorageElementType` | [`PixiVNJsonValueGet`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonValueGet) | [`PixiVNJsonConditionalStatements`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonConditionalStatements)\<PixiVNJsonArithmeticOperations | StorageElementType | PixiVNJsonValueGet>

Defined in: [src/schema/PixiVNJsonArithmeticOperations.ts:52](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonArithmeticOperations.ts#L52)

Left value of the arithmetic operation

***

### operator [#operator]

\> **operator**: `"INT"` | `"FLOOR"` | `"FLOAT"`

Defined in: [src/schema/PixiVNJsonArithmeticOperations.ts:65](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonArithmeticOperations.ts#L65)

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]

\> **type**: `"arithmeticsingle"`

Defined in: [src/schema/PixiVNJsonArithmeticOperations.ts:48](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonArithmeticOperations.ts#L48)
