Compare two BIGNUMs considering sign.
Synopsis
Return Value
‐1 if a < b, 0 if equal, or 1 if a > b.
Parameters
Name |
Description |
a |
First value (NULL treated as zero). |
b |
Second value (NULL treated as zero). |
Created with MrDocs