19 references to Zero
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
60
private static readonly BigInteger s_bigZero = BigInteger.
Zero
;
System.Data.Common (2)
System\Data\Common\BigIntegerStorage.cs (2)
16
base(column, typeof(BigInteger), BigInteger.
Zero
, StorageType.BigInteger)
132
_values[record] = BigInteger.
Zero
;
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnWriter.Oid.cs (2)
163
BigInteger value = BigInteger.
Zero
;
218
while (unencoded != BigInteger.
Zero
);
System.Runtime.Numerics (12)
System\Numerics\BigInteger.cs (12)
175
this =
Zero
;
186
this =
Zero
;
718
return (value >=
Zero
) ? value : -value;
2335
return
Zero
;
3055
/// <remarks>This method returns 0 iff the value of current object is equal to <see cref="
Zero
"/> or <see cref="MinusOne"/>. For positive integers the return value is equal to the ordinary binary representation string length.</remarks>
3154
static BigInteger IAdditiveIdentity<BigInteger, BigInteger>.AdditiveIdentity =>
Zero
;
4300
result = double.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4306
result = Half.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4348
result = float.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4417
result = double.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4423
result = Half.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4465
result = float.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
246
BigInteger accum = BigInteger.
Zero
;
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
173
if (h < BigInteger.
Zero
)