ltc_math_descriptor.compare_d

compare against int @param a The left side integer @param b The right side integer (upto bits_per_digit) @return LTC_MP_LT if a < b, LTC_MP_GT if a > b and LTC_MP_EQ otherwise. (signed comparison)

struct ltc_math_descriptor
int function(void* a, c_ulong n) nothrow compare_d;

Meta