DoubleCollectionIndexOf
Method
|
Returns the index of the value in the
collection that matches the specified value.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual int IndexOf(
double value
)
Public Overridable Function IndexOf (
value As Double
) As Integer
public:
virtual int IndexOf(
double value
)
abstract IndexOf :
value : float -> int
override IndexOf :
value : float -> int
Parameters
- value Double
- [in] Value for which to find the index.
Return Value
Int32
See Also