Tensor.IsNullOrTrue Method
Gets whether the specified boolean tensor is null or
a scalar tensor with value true.
DefinitionPermalink
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.5
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.5
public static bool IsNullOrTrue(
this Tensor<bool>? value
)
ParametersPermalink
Return ValuePermalink
Booleantrue if value is null or a scalr tensor with value true; otherwise false.