From 723f6296e2d4764290325732691a9b9e27b8b354 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 5 Jun 2016 04:15:55 +0300 Subject: [PATCH] Minor addition to the Decimal time. --- source/Library/Numeric/Decimal.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/Library/Numeric/Decimal.hpp b/source/Library/Numeric/Decimal.hpp index 53128d7e..2c8b59c5 100644 --- a/source/Library/Numeric/Decimal.hpp +++ b/source/Library/Numeric/Decimal.hpp @@ -260,6 +260,14 @@ public: */ SLongInt GetUnbiased() const; + /* -------------------------------------------------------------------------------------------- + * Retrieve the value. + */ + Int64 GetValue() const + { + return m_Value; + } + /* -------------------------------------------------------------------------------------------- * Retrieve the precision. */