VBArrayPrototype.lbound(Object, Object) 메서드

정의

지정된 배열에 있는 지정된 차원의 하한을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

thisob
Object

이 메서드가 수행되는 개체입니다.

dimension
Object

하한이 지정된 차원입니다.

반환

dimension에서 thisob의 하한입니다.

특성

적용 대상

추가 정보