Tensor<T>.Negative Infinity Field
A read-only scalar tensor that represents negative infinity.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static readonly Tensor<T> NegativeInfinity
Field Value
Tensor<T>Remarks
The actual value is undefined if the element type does not support infinities.