OTX Reference  
OpenTestSystem.Otx.Core.Terms.FloatLiteral Class Reference

Literal of type Float More...

Inheritance diagram for OpenTestSystem.Otx.Core.Terms.FloatLiteral:
Inheritance graph

Public Attributes

System.Double value
 This attribute contains a fixed Float value. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Literal of type Float

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

There are the following additional special Float constants:

LiteralMeaning
-0Value, which is minus zero
InfinityValue, which is positive infinity
-InfinityValue, which is negative infinity
NaNValue, which is not a number

Member Data Documentation

◆ value

System.Double OpenTestSystem.Otx.Core.Terms.FloatLiteral.value

This attribute contains a fixed Float value.