System::Nullable::GetValueOrDefault method
Nullable::GetValueOrDefault() method
T System::Nullable<T>::GetValueOrDefault()
또 보기
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::GetValueOrDefault(T) method
현재 객체가 나타내는 값을 반환하거나, 현재 객체가 null인 경우 지정된 값을 반환합니다.
T System::Nullable<T>::GetValueOrDefault(T default_value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| default_value | T | 현재 객체가 나타내는 값이 null인 경우 메서드가 반환하는 값 |
ReturnValue
현재 객체가 나타내는 값이 null이 아니면 그 값의 복사본을 반환하고, 그렇지 않으면 지정된 값을 반환합니다.
또 보기
- Class Nullable
- Namespace System
- Library Aspose.Page for C++