Search Results for

    Show / Hide Table of Contents

    Class PowerPlate

    Power plate factor method

    Inheritance
    Object
    PowerPlate
    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 PowerPlate

    Methods

    Enter<T>(T, Double)

    Copy a value from outside to the inside of a power plate.

    Declaration
    public static T Enter<T>(T value, double exponent)
    Parameters
    Type Name Description
    T value
    Double exponent
    Returns
    Type Description
    T

    A copy of value.

    Type Parameters
    Name Description
    T
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.