18 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)
160
BigInteger value = BigInteger.
Zero
;
215
while (unencoded != BigInteger.
Zero
);
System.Runtime.Numerics (11)
System\Numerics\BigInteger.cs (11)
175
this =
Zero
;
186
this =
Zero
;
2367
return
Zero
;
3087
/// <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>
3186
static BigInteger IAdditiveIdentity<BigInteger, BigInteger>.AdditiveIdentity =>
Zero
;
4340
result = double.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4346
result = Half.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4388
result = float.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4457
result = double.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4463
result = Half.IsNaN(actualValue) ?
Zero
: (BigInteger)actualValue;
4505
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)
167
if (h < BigInteger.
Zero
)