System::Decimal::operator* 메서드
내용물
[
숨다
]Decimal::operator* method
현재 객체와 지정된 객체가 나타내는 값들의 곱셈 결과를 나타내는 Decimal 클래스의 새 인스턴스를 반환합니다.
Decimal System::Decimal::operator*(const Decimal &d) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| d | const Decimal& | 곱셈 인자를 나타내는 Decimal 객체 |
ReturnValue
현재 객체와 지정된 객체가 나타내는 값들의 곱셈 결과를 나타내는 Decimal 클래스의 새 인스턴스
또 보기
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| d | const Decimal& | 현재 객체와 비교할 Decimal 객체 |
ReturnValue
현재 객체가 나타내는 값이 d보다 작으면 true, 그렇지 않으면 false
또 보기
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| d | const Decimal& | 현재 객체와 비교할 Decimal 객체 |
ReturnValue
현재 객체가 나타내는 값이 d보다 크면 true, 그렇지 않으면 false
또 보기
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++