Interface CanComputePower<TDist>
Supports computing the value of the current instance raised to a power.
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
public interface CanComputePower<out TDist>
Type Parameters
Name | Description |
---|---|
TDist | The type of the result. |
Remarks
Typically the type of the result would be the same as the type of the current instance.
Methods
Pow(Double)
Computes the value of the current instance raised to a power.
Declaration
TDist Pow(double exponent)
Parameters
Type | Name | Description |
---|---|---|
Double | exponent | The exponent. |
Returns
Type | Description |
---|---|
TDist |