#include "MantidKernel/DllConfig.h"
#include <limits>
Go to the source code of this file.
|
| namespace | Mantid |
| | Helper class which provides the Collimation Length for SANS instruments.
|
| |
|
| constexpr double | Mantid::EMPTY_DBL () noexcept |
| | Returns what we consider an "empty" double within a property.
|
| |
| constexpr int | Mantid::EMPTY_INT () noexcept |
| | Returns what we consider an "empty" integer within a property.
|
| |
| constexpr int64_t | Mantid::EMPTY_INT64 () noexcept |
| | Returns what we consider an "empty" int64_t within a property.
|
| |
| constexpr long | Mantid::EMPTY_LONG () noexcept |
| | Returns what we consider an "empty" long within a property.
|
| |