23 implementations of IsImaginaryNumber
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
626
static bool INumberBase<byte>.
IsImaginaryNumber
(byte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1506
static bool INumberBase<char>.
IsImaginaryNumber
(char value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1380
static bool INumberBase<decimal>.
IsImaginaryNumber
(decimal value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1130
static bool INumberBase<double>.
IsImaginaryNumber
(double value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1876
static bool INumberBase<Half>.
IsImaginaryNumber
(Half value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1354
static bool INumberBase<Int128>.
IsImaginaryNumber
(Int128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
726
static bool INumberBase<short>.
IsImaginaryNumber
(short value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
768
static bool INumberBase<int>.
IsImaginaryNumber
(int value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
765
static bool INumberBase<long>.
IsImaginaryNumber
(long value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
788
static bool INumberBase<nint>.
IsImaginaryNumber
(nint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1465
static bool INumberBase<BFloat16>.
IsImaginaryNumber
(BFloat16 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1292
static bool INumberBase<Decimal128>.
IsImaginaryNumber
(Decimal128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1303
static bool INumberBase<Decimal32>.
IsImaginaryNumber
(Decimal32 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1296
static bool INumberBase<Decimal64>.
IsImaginaryNumber
(Decimal64 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1287
static bool INumberBase<NFloat>.
IsImaginaryNumber
(NFloat value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
705
static bool INumberBase<sbyte>.
IsImaginaryNumber
(sbyte value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1145
static bool INumberBase<float>.
IsImaginaryNumber
(float value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1551
static bool INumberBase<UInt128>.
IsImaginaryNumber
(UInt128 value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
631
static bool INumberBase<ushort>.
IsImaginaryNumber
(ushort value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
696
static bool INumberBase<uint>.
IsImaginaryNumber
(uint value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
703
static bool INumberBase<ulong>.
IsImaginaryNumber
(ulong value) => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
702
static bool INumberBase<nuint>.
IsImaginaryNumber
(nuint value) => false;
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4192
static bool INumberBase<BigInteger>.
IsImaginaryNumber
(BigInteger value) => false;
26 references to IsImaginaryNumber
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (1)
68
public 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)" />