7 references to Sign
mscorlib (3)
system\globalization\CalendricalCalculationsHelper.cs (1)
232
return Math.
Sign
(value) == -1;
system\math.cs (2)
93
value +=
Sign
(fraction);
224
alternativeResult = regularMod - (Math.Abs(y) * Math.
Sign
(x));
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Ray3DHitTestResult.cs (1)
102
return Math.
Sign
(x.DistanceToRayOrigin - y.DistanceToRayOrigin);
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
876
sign = Math.
Sign
(next.Left - current.Left);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (2)
112
vec.X.IsEqualTo(0) ? 0 : Math.
Sign
(vec.X),
113
vec.Y.IsEqualTo(0) ? 0 : Math.
Sign
(vec.Y)