식을 계산한 결과에 따라 두 개의 개체 중에서 하나를 반환합니다.
Returns one of two objects, depending on the evaluation of an expression.
VB
필수 요소.Required. .. 계산할 식입니다.The expression you want to evaluate.
필수 요소.Required. .. 이 이면 반환됩니다.Returned if evaluates to .
필수 요소.Required. .. 이 이면 반환됩니다.Returned if evaluates to .
식을 계산한 결과에 따라 두 개의 개체 중에서 하나를 반환합니다.
Returns one of two objects, depending on the evaluation of an expression.
이 예에서는 함수를 사용 하 여 프로시저의 매개 변수를 평가 하 고 금액이 1000 보다 큰 경우 "Large" 단어를 반환 합니다. 그렇지 않으면 "Small" 이라는 단어를 반환 합니다.
This example uses the function to evaluate the parameter of the procedure and returns the word "Large" if the amount is greater than 1000; otherwise, it returns the word "Small".
되는 경우 키워드를 사용 하 여 반환을 에서 로 명시적으로 변환 해야 합니다.
Note that if is , you must use the keyword to explicitly convert the return from to .
함수는 시각적 개체 C++의 삼항 조건 연산자:?:
The function provides a counterpart for the ternary Conditional Operator: ? :
3.1 3.0
4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6 4.5.2 4.5.1 4.5 4.0 3.5 3.0 2.0 1.1