26 references to IsNegative
System.Runtime.Numerics (26)
System\Numerics\BigInteger.cs (26)
3859if (IsNegative(value)) 4117return IsNegative(x) ? y : x; 4142return IsNegative(x) ? x : y; 4634actualResult = IsNegative(value) ? byte.MinValue : byte.MaxValue; 4651actualResult = IsNegative(value) ? char.MinValue : char.MaxValue; 4687actualResult = IsNegative(value) ? short.MinValue : short.MaxValue; 4704actualResult = IsNegative(value) ? int.MinValue : int.MaxValue; 4748actualResult = IsNegative(value) ? sbyte.MinValue : sbyte.MaxValue; 4771actualResult = IsNegative(value) ? ushort.MinValue : ushort.MaxValue; 4785IsNegative(value) ? uint.MinValue : (uint)value; 4792IsNegative(value) ? ulong.MinValue : (ulong)value; 4799IsNegative(value) ? UInt128.MinValue : (UInt128)value; 4806IsNegative(value) ? nuint.MinValue : (nuint)value; 4829if (IsNegative(value)) 4852if (IsNegative(value)) 4892actualResult = IsNegative(value) ? (short)(~value._bits[0] + 1) : (short)value._bits[0]; 4908actualResult = IsNegative(value) ? (int)(~value._bits[0] + 1) : (int)value._bits[0]; 4934if (IsNegative(value)) 4979if (IsNegative(value)) 5010if (IsNegative(value)) 5037actualResult = IsNegative(value) ? (sbyte)(~value._bits[0] + 1) : (sbyte)value._bits[0]; 5061if (IsNegative(value)) 5084if (IsNegative(value)) 5115if (IsNegative(value)) 5160if (IsNegative(value)) 5191if (IsNegative(value))