menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BaseCumHazardTables - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BaseCumHazardTables

    Represents the properties for BaseCumHazardTables element and its attributes

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

    Constructors

    BaseCumHazardTables()

    Declaration
    public BaseCumHazardTables()

    Properties

    BaseLineCell

    Gets the Base line cell list

    Declaration
    public List<BaselineCell> BaseLineCell { get; }
    Property Value
    Type
    System.Collections.Generic.List<BaselineCell>

    BaselineStratum

    Gets the Base line Stratum list

    Declaration
    public List<BaselineStratum> BaselineStratum { get; }
    Property Value
    Type
    System.Collections.Generic.List<BaselineStratum>

    MaxTime

    Gets the maximum time

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