Tensor<T>.NegativeInfinity 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.0
C#
public static readonly Tensor<T> NegativeInfinity

Field Value

Tensor<T>

Remarks

The actual value is undefined if the element type does not support infinities.

See Also