23 implementations of IsImaginaryNumber
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
626static bool INumberBase<byte>.IsImaginaryNumber(byte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1506static bool INumberBase<char>.IsImaginaryNumber(char value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1380static bool INumberBase<decimal>.IsImaginaryNumber(decimal value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1130static bool INumberBase<double>.IsImaginaryNumber(double value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1876static bool INumberBase<Half>.IsImaginaryNumber(Half value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1354static bool INumberBase<Int128>.IsImaginaryNumber(Int128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
726static bool INumberBase<short>.IsImaginaryNumber(short value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
768static bool INumberBase<int>.IsImaginaryNumber(int value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
765static bool INumberBase<long>.IsImaginaryNumber(long value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
788static bool INumberBase<nint>.IsImaginaryNumber(nint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1465static bool INumberBase<BFloat16>.IsImaginaryNumber(BFloat16 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1292static bool INumberBase<Decimal128>.IsImaginaryNumber(Decimal128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1303static bool INumberBase<Decimal32>.IsImaginaryNumber(Decimal32 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1296static bool INumberBase<Decimal64>.IsImaginaryNumber(Decimal64 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1287static bool INumberBase<NFloat>.IsImaginaryNumber(NFloat value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
705static bool INumberBase<sbyte>.IsImaginaryNumber(sbyte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1145static bool INumberBase<float>.IsImaginaryNumber(float value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1551static bool INumberBase<UInt128>.IsImaginaryNumber(UInt128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
631static bool INumberBase<ushort>.IsImaginaryNumber(ushort value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
696static bool INumberBase<uint>.IsImaginaryNumber(uint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
703static bool INumberBase<ulong>.IsImaginaryNumber(ulong value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
702static bool INumberBase<nuint>.IsImaginaryNumber(nuint value) => false;
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4192static bool INumberBase<BigInteger>.IsImaginaryNumber(BigInteger value) => false;
26 references to IsImaginaryNumber
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (1)
68public static bool Invoke(T x) => T.IsImaginaryNumber(x);
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
625/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1505/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1379/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1129/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1875/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1353/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
725/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
767/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
764/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
787/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1464/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1291/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1302/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1295/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1286/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
704/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1144/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1550/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
630/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
695/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
702/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
701/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (1)
4191/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
System\Numerics\Complex.cs (1)
591/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />
System\Numerics\Complex.Generic.cs (1)
1253/// <inheritdoc cref="INumberBase{TSelf}.IsImaginaryNumber(TSelf)" />