We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mscorlib System.Decimal:
---> System.InvalidCastException: Cast from Int64 to Boolean not supported.
must be
static Decimal() { Powers10 = new uint[] { 1, 10, 100, 0x3e8, 0x2710, 0x186a0, 0xf4240, 0x989680, 0x5f5e100, 0x3b9aca00 }; Zero = 0M; One = 1M; MinusOne = -1M; MaxValue = 79228162514264337593543950335M; MinValue = -79228162514264337593543950335M; NearNegativeZero = -0.000000000000000000000000001M; NearPositiveZero = 0.000000000000000000000000001M; }
The text was updated successfully, but these errors were encountered:
Fixed in f0fc66b
Sorry, something went wrong.
No branches or pull requests
mscorlib
System.Decimal:
---> System.InvalidCastException: Cast from Int64 to Boolean not supported.
must be
static Decimal()
{
Powers10 = new uint[] { 1, 10, 100, 0x3e8, 0x2710, 0x186a0, 0xf4240, 0x989680, 0x5f5e100, 0x3b9aca00 };
Zero = 0M;
One = 1M;
MinusOne = -1M;
MaxValue = 79228162514264337593543950335M;
MinValue = -79228162514264337593543950335M;
NearNegativeZero = -0.000000000000000000000000001M;
NearPositiveZero = 0.000000000000000000000000001M;
}
The text was updated successfully, but these errors were encountered: