1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Minor addition to the Decimal time.

This commit is contained in:
Sandu Liviu Catalin 2016-06-05 04:15:55 +03:00
parent a1af9af0d7
commit 723f6296e2

View File

@ -260,6 +260,14 @@ public:
*/ */
SLongInt GetUnbiased() const; SLongInt GetUnbiased() const;
/* --------------------------------------------------------------------------------------------
* Retrieve the value.
*/
Int64 GetValue() const
{
return m_Value;
}
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* Retrieve the precision. * Retrieve the precision.
*/ */