1 override of ElementwiseGreaterThan
Microsoft.Data.Analysis (1)
Computations\Arithmetic.net8.cs (1)
533protected override void ElementwiseGreaterThan(ReadOnlySpan<DateTime> x, ReadOnlySpan<DateTime> y, Span<bool> destination)
1 reference to ElementwiseGreaterThan
Microsoft.Data.Analysis (1)
Computations\Arithmetic.cs (1)
158ElementwiseGreaterThan(x, y, destination);