Search Results for

    Show / Hide Table of Contents

    Interface SettableToRatio<T>

    Supports setting an instance to the ratio of two values of the same type

    Inherited Members
    SettableToRatio<T, T>.SetToRatio(T, T, Boolean)
    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

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