Yaml .NET Parser

Integer.OverflowTest Method 

Test that the unsigned int fits in a signed int

private static void OverflowTest(
   UInt64 number,
   Int16 sign
);

Parameters

number
Value to test
sign
Sign of the int where it must fit in

Remarks

Missing <remarks> documentation for M:Yaml.Integer.OverflowTest(System.UInt64,System.Int16)

See Also

Integer Class | Yaml Namespace