VBArrayPrototype.lbound(Object, Object) Methode

Definitie

Hiermee haalt u de ondergrens van de opgegeven dimensie op in de opgegeven matrix.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

dimension
Object

De dimensie waarvan de ondergrens wordt bepaald.

Retouren

De ondergrens van dimension in thisob.

Kenmerken

Van toepassing op

Zie ook