Class SizedQueue
Inheritance
System.Object
SizedQueue
Namespace: Com.Telerik.Widget.Chart.Engine.Databinding.Datasources.Financial
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class SizedQueue : ArrayDeque
Constructors
SizedQueue()
Declaration
public SizedQueue()
SizedQueue(IntPtr, JniHandleOwnership)
Declaration
protected SizedQueue(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CurrentItemsCount
Declaration
public int CurrentItemsCount { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
RunningSum
Declaration
public double RunningSum { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
DequeueItem()
Declaration
public virtual double DequeueItem()
Returns
System.Double
|
EnqueueItem(Double)
Declaration
public virtual double EnqueueItem(double item)
Parameters
System.Double
item
|
Returns
System.Double
|
Max()
Declaration
public virtual double Max()
Returns
System.Double
|
Min()
Declaration
public virtual double Min()
Returns
System.Double
|