Yaml .NET Parser

Float.ParseInf Method 

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.

private void ParseInf(
   ParseStream stream,
   Int32 sign
);

Parameters

stream
Missing <param> documentation for stream
sign
Missing <param> documentation for sign

Remarks

Missing <remarks> documentation for M:Yaml.Float.ParseInf(Yaml.ParseStream,System.Int32)

See Also

Float Class | Yaml Namespace