menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Discretize

    Represents the methods and properties for Discretize element and its attributes

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

    Constructors

    Discretize()

    Declaration
    public Discretize()

    Properties

    DataType

    Gets the "dataType" Attribute value

    Declaration
    public string DataType { get; }
    Property Value
    Type
    System.String

    DefaultValue

    Gets the "defaultvalue" Attribute value

    Declaration
    public string DefaultValue { get; }
    Property Value
    Type
    System.String

    Field

    Gets the "field" attribute value

    Declaration
    public string Field { get; }
    Property Value
    Type
    System.String

    MapMissingTo

    Gets the "mapMissingTo" attribute value

    Declaration
    public string MapMissingTo { get; }
    Property Value
    Type
    System.String

    Methods

    GetDiscretizeBin()

    Returns the List of DiscretizeBin values

    Declaration
    public List<DiscretizeBin> GetDiscretizeBin()
    Returns
    Type Description
    System.Collections.Generic.List<DiscretizeBin>

    List of DiscretizeBin values

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