Class Time
Represents the methods and properties for Time element and its attributes
Inheritance
System.Object
Time
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class Time : Object
Constructors
Time()
Declaration
public Time()
Properties
Maximum
Gets the maximum time
Declaration
public double Maximum { get; }
Property Value
Type |
---|
System.Double |
Mean
Gets the mean time
Declaration
public double Mean { get; }
Property Value
Type |
---|
System.Double |
Minimum
Gets the minumum time
Declaration
public double Minimum { get; }
Property Value
Type |
---|
System.Double |
StandardDeviation
Gets the standard deviation
Declaration
public double StandardDeviation { get; }
Property Value
Type |
---|
System.Double |