Returns the 10-exponent of x as a signed integral value..
InvalidOperationException if x is NaN, infinity or 0
assert (ilogb(decimal32(1234)) == 3);
See Implementation
Returns the 10-exponent of x as a signed integral value..