WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VectorInstance

    Show / Hide Table of Contents

    Class VectorInstance

    Represents the properties for VectorInstance element and its attributes

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

    Constructors

    VectorInstance()

    Declaration
    public VectorInstance()

    Properties

    Id

    Gets the "id" value

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

    RealSparseArray

    Gets the "REAL-SparseArray" value

    Declaration
    public RealSparseArray RealSparseArray { get; }
    Property Value
    Type Description
    RealSparseArray
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved