Interface SettableTo<T>
Supports setting an instance to a value
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface SettableTo<in T>
Type Parameters
Name | Description |
---|---|
T | The type of value |
Methods
SetTo(T)
Set the instance to have the same value as given
Declaration
void SetTo(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to set to |