5 references to Sign
Microsoft.Build (1)
Collections\HashTableUtility.cs (1)
42
int comparison = Math.
Sign
(h1.Count - h2.Count);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
680
public static int Sign(int value) => Math.
Sign
(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1467
return
Sign
((int)value);
1493
return
Sign
((int)value);
System.Runtime.Numerics (1)
System\Numerics\BigIntegerCalculator.SquMul.cs (1)
742
int z1Sign = Math.
Sign
(r1Length);