Core.Terms.FloatLiteral

From emotive
Revision as of 06:38, 13 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | FloatLiteral | Literal of type Float | Term | OTX Core library | Literal related terms | - |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name FloatLiteral
Short Description Literal of type Float
Class Term
Extension OTX Core library
Group Literal related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Value = literal

Description

A FloatLiteral is the code representation of a value of type Float.

The following special values are possible:

  • -0
    Negative zero
  • Double .PositiveInfinity
    Positive infinity
  • Double .NegativeInfinity
    Negative infinity
  • Double .NaN
    Not-A-number

Properties

Name Data Type Class Default Cardinality Description
Literal Float Literal - [1] Designation of a floating-point number in c# notation.

Examples

* 0
* -1.234
* 78.98797E-23
* Double.NegativeInfinity
* -0

See also

BooleanLiteral
IntegerLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral