Search Results for

    Show / Hide Table of Contents

    Interface CanComputeRatio<T>

    Supports computing the ratio of the current instance and another value that has the same type as the ratio.

    Inherited Members
    CanComputeRatio<T, T>.Divide(T, Boolean)
    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface CanComputeRatio<T> : CanComputeRatio<T, T>
    Type Parameters
    Name Description
    T
    Remarks

    Typically the type of the denominator and the ratio would be the same as the type of the current instance.

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.