Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprBinaryArithmetic
| Name | EOp |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
enum EOp
{
Add,
Sub,
Mul,
Div,
}
Values
| Name | Remarks |
|---|---|
| Add | |
| Sub | |
| Mul | |
| Div |