WPF

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

    Show / Hide Table of Contents

    Class Target

    Represents the methods and properties for Target element and its attributes

    Inheritance
    System.Object
    Target
    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 Target

    Constructors

    Target()

    Declaration
    public Target()

    Properties

    CastInteger

    Gets the "Cast Integer" value

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

    Max

    Gets the "max" value

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

    Min

    Gets the "min" value

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

    Optype

    Gets the "optype" value

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

    RescaleConstant

    Gets the "rescaleConstant" value

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

    RescaleFactor

    Gets the "rescaleFactor" value

    Declaration
    public double RescaleFactor { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved