'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)
public int IndexOf( double item )
DoubleCollection クラス DoubleCollection メンバ
© 2004-2015, GrapeCity inc. All rights reserved.