'Declaration Public Function IndexOf( _ ByVal item As Double _ ) As Integer
'Declaration
Public Function IndexOf( _ ByVal item As Double _ ) As Integer
'使用法 Dim instance As DoubleCollection Dim item As Double Dim value As Integer value = instance.IndexOf(item)
'使用法
Dim instance As DoubleCollection Dim item As Double Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( double item )
DoubleCollection クラス DoubleCollection メンバ
Copyright © 2004 GrapeCity inc.