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