![]() ParseScient | Parses the exponential part of the float |
Float
|
Overloaded. Initializes a new instance of the Float class. |
Content | Content |
Type (inherited from Node) | Kind of node: mapping, sequence, string, ... |
URI (inherited from Node) | URI of this node, according to the YAML documentation. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Info (inherited from Scalar) | Node info |
ToFile (inherited from Node) | Overloaded. Write a YAML tree to a file using UTF-8 encoding |
ToString | To string |
Write (inherited from Node) | Overloaded. Return a Yaml string |
nodetype (inherited from Node) | Determines wich node we are talking about |
uri (inherited from Node) | The uri given by http://yaml.org/type/ |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Write | Overloaded. Write to a YAML node |
content | Missing <summary> documentation for F:Yaml.Float.content |
ParseInf | Test for the value's inf, Inf and INF in the stream. If found then it 'merged' with the sign and placed in the content. There is no more data excepted behind it. |
ParseNaN | Test for the value's nan, NaN and NAN in the stream. If found then it is placed inside the content. There is no more data excepted behind it |
ParseNumber | If it is not Infinity or NaN, then parse as a number |