Difference between revisions of "Core.Terms.IntegerLiteral"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:OTX '''IntegerLiteral'''}}[[Category:Core]] | {{DISPLAYTITLE:OTX '''IntegerLiteral'''}}[[Category:Core]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | IntegerLiteral | Literal of type Integer | [[Term]] | [[ | + | {{ClassificationActivity | IntegerLiteral | Literal of type Integer | [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }} |
== OTL Syntax == | == OTL Syntax == |
Revision as of 08:42, 16 February 2016
Classification
Name | IntegerLiteral |
Short Description | Literal of type Integer |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Value = literal
Description
A IntegerLiteral is the code representation of a value of type Integer.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | Integer | Literal | - | [1] | Designation of a decimal number in c# notation. |
OTL Examples
Integer Integer1 = 0;
Integer Integer2 = 20;
Integer Integer3 = -1234;
Integer Integer4 = 7898797120;
See also
BooleanLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral