German English

FloatLiteral

Literal of type float

Classification

Library Core
Art Term
Exceptions
Categories Core Terms, Terms, Literal

Description

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

The following special values:

  • -0
    Negative zero

  • Double. PositiveInfinity
    Positive infinity

  • Double. NegativeInfinity
    Negative infinity

  • Double. NaN
    Not-A-Number

Expression

Value = Literal

Properties

Below are all the properties / arguments of the term in order listed.
NameTypeArtMInRDescription
ValueFloatReturnTheValue of the corresponding type
LiteralFloatLiteralInDesignation of a floating point number in C # notation
Legend: No Type = Indeterminate type, see description; M = Property is required (mandatory); In = Verkettbares Element; R = Datenrichtung I = In, O = Out, I/O = In/Out

Examples

  • 0
  • -1.234
  • 98.275943E-23
  • Double. NegativeInfinity
  • -0

See also

  • Created
    14. February 2011
  • Version
    11
  • Amended
    15. February 2011
  • Hits
    878