23 implementations of IsComplexNumber
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
617static bool INumberBase<byte>.IsComplexNumber(byte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1497static bool INumberBase<char>.IsComplexNumber(char value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1367static bool INumberBase<decimal>.IsComplexNumber(decimal value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1124static bool INumberBase<double>.IsComplexNumber(double value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1870static bool INumberBase<Half>.IsComplexNumber(Half value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1345static bool INumberBase<Int128>.IsComplexNumber(Int128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
717static bool INumberBase<short>.IsComplexNumber(short value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
759static bool INumberBase<int>.IsComplexNumber(int value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
756static bool INumberBase<long>.IsComplexNumber(long value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
779static bool INumberBase<nint>.IsComplexNumber(nint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1459static bool INumberBase<BFloat16>.IsComplexNumber(BFloat16 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1289static bool INumberBase<Decimal128>.IsComplexNumber(Decimal128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1300static bool INumberBase<Decimal32>.IsComplexNumber(Decimal32 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1293static bool INumberBase<Decimal64>.IsComplexNumber(Decimal64 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1281static bool INumberBase<NFloat>.IsComplexNumber(NFloat value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
696static bool INumberBase<sbyte>.IsComplexNumber(sbyte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1119static bool INumberBase<float>.IsComplexNumber(float value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1542static bool INumberBase<UInt128>.IsComplexNumber(UInt128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
622static bool INumberBase<ushort>.IsComplexNumber(ushort value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
687static bool INumberBase<uint>.IsComplexNumber(uint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
694static bool INumberBase<ulong>.IsComplexNumber(ulong value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
693static bool INumberBase<nuint>.IsComplexNumber(nuint value) => false;
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4178static bool INumberBase<BigInteger>.IsComplexNumber(BigInteger value) => false;
26 references to IsComplexNumber
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IsComplexNumber.cs (1)
68public static bool Invoke(T x) => T.IsComplexNumber(x);
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
616/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1496/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1366/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1123/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1869/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1344/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
716/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
758/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
755/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
778/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1458/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1288/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1299/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1292/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1280/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
695/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1118/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1541/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
621/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
686/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
693/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
692/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (1)
4177/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
System\Numerics\Complex.cs (1)
585/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />
System\Numerics\Complex.Generic.cs (1)
1247/// <inheritdoc cref="INumberBase{TSelf}.IsComplexNumber(TSelf)" />