Search Results for

    Show / Hide Table of Contents

    Class Diode

    Inheritance
    Object
    Diode
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public static class Diode

    Methods

    Copy<T>(T)

    Creates a copy of a value, such that the copy cannot participate in a backward sequential loop. Used by SumForwardBackwardTest2.

    Declaration
    public static T Copy<T>(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.