2 implementations of NegativeInfinity
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
798
static double IFloatingPointIeee754<double>.
NegativeInfinity
=> NegativeInfinity;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
795
static float IFloatingPointIeee754<float>.
NegativeInfinity
=> NegativeInfinity;
22 references to NegativeInfinity
System.Numerics.Tensors (12)
System\Numerics\Tensors\netcore\TensorPrimitives.Abs.cs (1)
25
/// If a value is equal to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/> or <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (1)
21
/// If a value is equal to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/> or <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.CosineSimilarity.cs (1)
23
/// If any element in either input tensor is equal to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>, <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>, or <see cref="IFloatingPointIeee754{TSelf}.NaN"/>,
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (1)
22
/// If a value equals <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>, the result stored into the corresponding destination location is set to 0.
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
21
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
20
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
20
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
21
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (1)
20
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.LogP1.cs (1)
20
/// If a value equals 0, the result stored into the corresponding destination location is set to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>.
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
21
/// If a value is equal to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>, <see cref="IFloatingPointIeee754{TSelf}.PositiveInfinity"/>, or <see cref="IFloatingPointIeee754{TSelf}.NaN"/>,
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
20
/// If a value is equal to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
"/>, the corresponding destination location is set to -1.
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
797
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
" />
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
972
result = TFloat.
NegativeInfinity
;
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
74
get => Create(T.
NegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
101
/// <summary>Gets a new vector with all elements initialized to <see cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
" />.</summary>
106
get => Create(T.
NegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
103
get => Create(T.
NegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
102
get => Create(T.
NegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
75
get => Create(T.
NegativeInfinity
);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
794
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeInfinity
" />
System.Private.Windows.Core.TestUtilities (1)
XUnit\TestData.cs (1)
46
T.
NegativeInfinity
,