System::operator* method
System::operator* method
Belirtilen değer ile belirtilen Decimal nesnesi tarafından temsil edilen değerin çarpımının sonucunu temsil eden yeni bir Decimal sınıfı örneği döndürür.
template<typename T,typename _> Decimal System::operator*(const T &x, const Decimal &d)
| Parametre | Tür | Açıklama |
|---|---|---|
| x | const T& | İlk çarpan |
| d | const Decimal& | İkinci çarpanı temsil eden Decimal nesnesi |
ReturnValue
x ile d tarafından temsil edilen değerin çarpımının sonucunu temsil eden yeni bir Decimal sınıfı örneği.
Ayrıca Bakınız
- Class Decimal
- Namespace System
- Library Aspose.Font for C++
title: System::operator< yöntemi linktitle: operator< ikinci başlık: Aspose.Font for C++ description: ‘System::operator< yöntemi. Belirtilen değerin, belirtilen Nullable nesnesi tarafından temsil edilen değerden daha küçük olup olmadığını, bu değerlere operator<() uygulayarak belirler C++‘ta.’ tür: docs weight: 28700 url: /cpp/system/operator_/
System::operator<(const T1&, const Nullable<T2>&) method
Belirtilen değerin, belirtilen Nullable nesnesi tarafından temsil edilen değerden daha küçük olup olmadığını, bu değerlere operator<() uygulayarak belirler.
template<typename T1,typename T2> std::enable_if<!IsNullable<T1>::value, bool>::type System::operator<(const T1 &some, const Nullable<T2> &other)
| Parametre | Açıklama |
|---|---|
| T1 | İlk karşılaştırılan değerin türü |
| T2 | İkinci karşılaştırılan değeri temsil eden Nullable nesnenin temel türü |
| Parametre | Tür | Açıklama |
|---|---|---|
| bazı | const T1& | İlk karşılaştırılan olarak kullanılacak değere sabit bir referans |
| other | const Nullable<T2>& | İkinci karşılaştırılan olarak kullanılacak temsil edilen değere sahip Nullable nesneye sabit bir referans |
ReturnValue
İlk karşılaştırılan değer ikinci karşılaştırılan değerden daha küçükse doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Nullable
- Namespace System
- Library Aspose.Font for C++
System::operator<(std::nullptr_t, const DateTimeOffset&) method
bool System::operator<(std::nullptr_t, const DateTimeOffset &)
Ayrıca Bakınız
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
System::operator<(std::nullptr_t, const Nullable<T>&) method
Her zaman false döndürür.
template<typename T> bool System::operator<(std::nullptr_t, const Nullable<T> &)
Ayrıca Bakınız
- Class Nullable
- Namespace System
- Library Aspose.Font for C++
System::operator<(std::nullptr_t, DateTime) method
bool System::operator<(std::nullptr_t, DateTime)
Ayrıca Bakınız
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
System::operator<(std::nullptr_t, TimeSpan) method
bool System::operator<(std::nullptr_t, TimeSpan)
Ayrıca Bakınız
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
title: System::operator> yöntemi bağlantı başlığı: operator> ikinci başlık: Aspose.Font for C++ description: ‘System::operator> yöntemi. Belirtilen değerin, belirtilen Nullable nesnesi tarafından temsil edilen değerden daha büyük olup olmadığını, bu değerlere operator>() uygulayarak belirler C++‘ta.’ tür: docs weight: 34200 url: /cpp/system/operator_/
System::operator>(const T1&, const Nullable<T2>&) method
Belirtilen değerin, belirtilen Nullable nesnesi tarafından temsil edilen değerden daha büyük olup olmadığını, bu değerlere operator>() uygulayarak belirler.
template<typename T1,typename T2> std::enable_if<!IsNullable<T1>::value, bool>::type System::operator>(const T1 &some, const Nullable<T2> &other)
| Parametre | Açıklama |
|---|---|
| T1 | İlk karşılaştırılan değerin türü |
| T2 | İkinci karşılaştırılan değeri temsil eden Nullable nesnenin temel türü |
| Parametre | Tür | Açıklama |
|---|---|---|
| bazı | const T1& | İlk karşılaştırılan olarak kullanılacak değere sabit bir referans |
| other | const Nullable<T2>& | İkinci karşılaştırılan olarak kullanılacak temsil edilen değere sahip Nullable nesneye sabit bir referans |
ReturnValue
İlk karşılaştırılan değer ikinci karşılaştırılan değerden daha büyükse doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Nullable
- Namespace System
- Library Aspose.Font for C++
System::operator>(std::nullptr_t, const DateTimeOffset&) method
bool System::operator>(std::nullptr_t, const DateTimeOffset &)
Ayrıca Bakınız
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
System::operator>(std::nullptr_t, const Nullable<T>&) method
Her zaman false döndürür.
template<typename T> bool System::operator>(std::nullptr_t, const Nullable<T> &)
Ayrıca Bakınız
- Class Nullable
- Namespace System
- Library Aspose.Font for C++
System::operator>(std::nullptr_t, DateTime) method
bool System::operator>(std::nullptr_t, DateTime)
Ayrıca Bakınız
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
System::operator>(std::nullptr_t, TimeSpan) method
bool System::operator>(std::nullptr_t, TimeSpan)
Ayrıca Bakınız
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++