Interface SettableToProduct<T, U>
Supports setting an instance to the product of two values of different types
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface SettableToProduct<in T, in U>
Type Parameters
Name | Description |
---|---|
T | The first type |
U | The second type |
Methods
SetToProduct(T, U)
Set this to the product of a and b
Declaration
void SetToProduct(T a, U b)
Parameters
Type | Name | Description |
---|---|---|
T | a | |
U | b |