Search Results for

    Show / Hide Table of Contents

    Interface CanComputeProduct<T>

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

    Inherited Members
    CanComputeProduct<T, T>.Multiply(T)
    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [Quality(QualityBand.Experimental)]
    public interface CanComputeProduct<T> : CanComputeProduct<T, T>
    Type Parameters
    Name Description
    T
    Remarks

    Typically the type of the second multiplier and the product would be the same as the type of the current instance.

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