System::Decimal::operator* 메서드

Decimal::operator* method

현재 객체와 지정된 객체가 나타내는 값들의 곱셈 결과를 나타내는 Decimal 클래스의 새 인스턴스를 반환합니다.

Decimal System::Decimal::operator*(const Decimal &d) const
매개변수형식설명
dconst Decimal&곱셈 인자를 나타내는 Decimal 객체

ReturnValue

현재 객체와 지정된 객체가 나타내는 값들의 곱셈 결과를 나타내는 Decimal 클래스의 새 인스턴스

또 보기


title: System::Decimal::operator< 메서드 링크제목: operator< second_title: Aspose.Page for C++ description: ‘System::Decimal::operator< 메서드. 현재 객체가 나타내는 값이 지정된 객체가 나타내는 값보다 작은지 여부를 판단합니다 (C++).’ type: docs weight: 2300 url: /cpp/system/decimal/operator_/

Decimal::operator< method

현재 객체가 나타내는 값이 지정된 객체가 나타내는 값보다 작은지 여부를 판단합니다.

bool System::Decimal::operator<(const Decimal &d) const
매개변수형식설명
dconst Decimal&현재 객체와 비교할 Decimal 객체

ReturnValue

현재 객체가 나타내는 값이 d보다 작으면 true, 그렇지 않으면 false

또 보기


title: System::Decimal::operator> 메서드 링크제목: operator> second_title: Aspose.Page for C++ description: ‘System::Decimal::operator> 메서드. 현재 객체가 나타내는 값이 지정된 객체가 나타내는 값보다 큰지 여부를 판단합니다 (C++).’ type: docs weight: 2700 url: /cpp/system/decimal/operator_/

Decimal::operator> method

현재 객체가 나타내는 값이 지정된 객체가 나타내는 값보다 큰지 여부를 판단합니다.

bool System::Decimal::operator>(const Decimal &d) const
매개변수형식설명
dconst Decimal&현재 객체와 비교할 Decimal 객체

ReturnValue

현재 객체가 나타내는 값이 d보다 크면 true, 그렇지 않으면 false

또 보기