Share via


Tensor<T>.Fill Method

Definition

Overloads

Fill(Object)

Fills the contents of this span with the given value.

Fill(T)

Fills the contents of this span with the given value.

Fill(Object)

Source:
Tensor.cs

Fills the contents of this span with the given value.

public:
 virtual void Fill(System::Object ^ value);
public void Fill(object value);
abstract member Fill : obj -> unit
override this.Fill : obj -> unit
Public Sub Fill (value As Object)

Parameters

value
Object

Implements

Applies to

Fill(T)

Source:
Tensor.cs
Source:
Tensor.cs

Fills the contents of this span with the given value.

public:
 virtual void Fill(T value);
public void Fill(T value);
abstract member Fill : 'T -> unit
override this.Fill : 'T -> unit
Public Sub Fill (value As T)

Parameters

value
T

Implements

Applies to