WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Coefficients - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Coefficients

    Represents the methods and properties for Coefficients element collection

    Inheritance
    System.Object
    Coefficients
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class Coefficients

    Constructors

    Coefficients()

    Declaration
    public Coefficients()

    Properties

    AbsoluteValue

    Getsthe "absoluteValue" value

    Declaration
    public double AbsoluteValue { get; }
    Property Value
    Type Description
    System.Double

    Methods

    GetCoefficient()

    Returns list of "Coefficient" values

    Declaration
    public List<Coefficient> GetCoefficient()
    Returns
    Type Description
    System.Collections.Generic.List<Coefficient>

    Cloned list of "Coefficient" values

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved