1 implementation of IShiftOperations
Microsoft.Data.Analysis (1)
Computations\Arithmetic.net8.cs (1)
87private readonly struct ShiftOperations<T> : IShiftOperations<T>
1 reference to IShiftOperations
Microsoft.Data.Analysis (1)
Computations\Arithmetic.net8.cs (1)
447where TShiftOperations : struct, IShiftOperations<T>