Поделиться через


ITensor.Fill(Object) Method

Definition

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.

Applies to