Tensor.Is Null Or True Method
Gets whether the specified boolean tensor is null or
a scalar tensor with value true.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
true if value is null or a scalr tensor with value true; otherwise false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static bool IsNullOrTrue(
this Tensor<bool>? value
)
Parameters
Return Value
Booleantrue if value is null or a scalr tensor with value true; otherwise false.