Search Results for

    Show / Hide Table of Contents

    Interface SettableToProduct<T>

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

    Inherited Members
    SettableToProduct<T, T>.SetToProduct(T, T)
    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface SettableToProduct<in T> : SettableToProduct<T, T>
    Type Parameters
    Name Description
    T

    The type

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