Interface SettableToProduct<T>
Supports setting an instance to the product of two values of the same type
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface SettableToProduct<in T> : SettableToProduct<T, T>
Type Parameters
Name | Description |
---|---|
T | The type |