mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Minor addition to the Decimal time.
This commit is contained in:
@ -260,6 +260,14 @@ public:
|
||||
*/
|
||||
SLongInt GetUnbiased() const;
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the value.
|
||||
*/
|
||||
Int64 GetValue() const
|
||||
{
|
||||
return m_Value;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the precision.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user