Interface SettableToPower<T>
Supports setting an instance to a value raised to a power
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface SettableToPower<in T>
Type Parameters
Name | Description |
---|---|
T | The value type |
Methods
SetToPower(T, Double)
Set this to the given value raised to the given power
Declaration
void SetToPower(T value, double exponent)
Parameters
Type | Name | Description |
---|---|---|
T | value | |
Double | exponent |