C# 클래스 YAMP.DotMultiplyOperator

The .* operator.
상속: DotOperator
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Create ( ) : Operator
DotMultiplyOperator ( ) : System
Operation ( ScalarValue left, ScalarValue right ) : ScalarValue

메소드 상세

Create() 공개 메소드

public Create ( ) : Operator
리턴 Operator

DotMultiplyOperator() 공개 메소드

public DotMultiplyOperator ( ) : System
리턴 System

Operation() 공개 메소드

public Operation ( ScalarValue left, ScalarValue right ) : ScalarValue
left ScalarValue
right ScalarValue
리턴 ScalarValue