4 references to Sign
PresentationCore (1)
System\Windows\Media3D\Ray3DHitTestResult.cs (1)
99return Math.Sign(x.DistanceToRayOrigin - y.DistanceToRayOrigin);
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
854sign = Math.Sign(next.Left - current.Left);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1048public static int Sign(double value) => Math.Sign(value);
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
814double alternativeResult = (regularMod - (Abs(y) * Sign(x)));