MindFusion.Charting Programmer's Guide

DoubleCollection.IndexOf Method

See Also
 





Returns the index of the first occurrence of the specified double number.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int IndexOf (
    double value
)

Visual Basic  Copy Code

Public Function IndexOf ( _
    value As Double _
) As Integer

JavaScript  Copy Code

function IndexOf (value)

 Parameters

value
The double value to search for.

 Return Value

The index of the first occurrence of the double number; -1 if not found.

 See Also