패키지 | com.adobe.icc.editors.model.el |
인터페이스 | public interface IOperator |
구현자 | BinaryOperator, UnaryOperator |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Applies the operator to the given operands
| IOperator | ||
String representation of the operator
| IOperator |
메서드 세부 정보
apply | () | 메서드 |
public function apply(... operands):Expression
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
매개 변수
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z