Interface CanSetAllElementsTo<T>
Supports setting all elements to duplicates of the same value
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanSetAllElementsTo<in T>
Type Parameters
| Name | Description |
|---|---|
| T | The type |
Methods
SetAllElementsTo(T)
Set all elements to duplicates of the given value
Declaration
void SetAllElementsTo(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The value to set to |