1 implementation of Fill
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
588
public void
Fill
(object value) => Fill(value is T t ? t : throw new ArgumentException($"Cannot convert {value} to {typeof(T)}"));