Tensor.LessThanAll<T>(Tensor<T>, Tensor<T>) Method

Definition

public:
generic <typename T>
 where T : System::Numerics::IComparisonOperators<T, T, bool> static bool LessThanAll(System::Numerics::Tensors::Tensor<T> ^ left, System::Numerics::Tensors::Tensor<T> ^ right);
public static bool LessThanAll<T> (System.Numerics.Tensors.Tensor<T> left, System.Numerics.Tensors.Tensor<T> right) where T : System.Numerics.IComparisonOperators<T,T,bool>;
static member LessThanAll : System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IComparisonOperators<'T, 'T, bool>)> * System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IComparisonOperators<'T, 'T, bool>)> -> bool (requires 'T :> System.Numerics.IComparisonOperators<'T, 'T, bool>)
Public Function LessThanAll(Of T As IComparisonOperators(Of T, T, Boolean)) (left As Tensor(Of T), right As Tensor(Of T)) As Boolean

Type Parameters

T

Parameters

left
Tensor<T>
right
Tensor<T>

Returns

Applies to