ITensor.Fill(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills the elements of this tensor with a specified value.
public:
void Fill(System::Object ^ value);
public void Fill(object value);
abstract member Fill : obj -> unit
Public Sub Fill (value As Object)
Parameters
- value
- Object
The value to assign to each element of the tensor.