CMathFrame

Parent
CFrame

Properties


A
@ val  
[ Real32 ]

First operand


B
@ val  
[ Real32 ]

Second operand


@ val  
[ EMathFrameOperator ]
Add | Subtract | Multiply | Divide | Negate | Modulo | Absolute | Random | RandomStl

Type of math operation(see more)


@ val  
[ Real32 ]

The is the result value of a MathFrame given as a decimal value. This is a READ-ONLY value.


@ val  
[ Int32 ]

This is the value of Result rounded up.


@ val  
[ Int32 ]

The is the result value of a MathFrame given as an integer value. This is a READ-ONLY value.


@ val  
[ Int32 ]

This is the value of Result rounded to the nearest integer value.


@ val  
[ Boolean ]
False | True

The ResultValid is given as a Boolean value.(see more)