int_add
Description:
[ CCode ( cname = "gpseq_overflow_int_add" ) ]
public bool int_add (int a, int b, out int result = null)
public bool int_add (int a, int b, out int result = null)
Performs an operation that adds a and b and returns the result, with checking whether the operation overflowed.
If the operation not overflowed, sets result to the result of the operation and returns false. If the operation overflowed, set result to the operation result wrapped around and returns true.
Parameters:
a |
an integer |
b |
an integer |
result |
returns the result of the arithmetic operation |
Returns:
true if the operation overflowed, and false otherwise |
Namespace: Gpseq.Overflow
Package: gpseq-1.0