Aracılığıyla paylaş


VBArrayPrototype.lbound(Object, Object) Yöntem

Tanım

Belirtilen dizide belirtilen boyutun alt sınırlarını alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static int lbound(System::Object ^ thisob, System::Object ^ dimension);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_lbound)]
public static int lbound (object thisob, object dimension);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_lbound)>]
static member lbound : obj * obj -> int
Public Shared Function lbound (thisob As Object, dimension As Object) As Integer

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

dimension
Object

Alt sınırı belirlenen boyut.

Döndürülenler

içindeki thisobalt sınırıdimension.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.