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:
parent
a1af9af0d7
commit
723f6296e2
@ -260,6 +260,14 @@ public:
|
||||
*/
|
||||
SLongInt GetUnbiased() const;
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the value.
|
||||
*/
|
||||
Int64 GetValue() const
|
||||
{
|
||||
return m_Value;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the precision.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user