menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Coefficients - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Coefficients

    Represents the methods and properties for Coefficients element collection

    Inheritance
    System.Object
    Coefficients
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Coefficients : Object

    Constructors

    Coefficients()

    Declaration
    public Coefficients()

    Properties

    AbsoluteValue

    Getsthe "absoluteValue" value

    Declaration
    public double AbsoluteValue { get; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved