MindFusion.Charting Programmer's Guide

DoubleCollection.Contains Method

See Also
 





Checks whether the specified double number is contained in the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Contains (
    double value
)

Visual Basic  Copy Code

Public Function Contains ( _
    value As Double _
) As Boolean

JavaScript  Copy Code

function Contains (value)

 Parameters

value
The double value to search for.

 Return Value

true if value is contained within the collection; otherwise false.

 See Also