Returns a long integer value that is the last digit of another long integer value.
Syntax:
MathLibObject.GetLastDigit(Number As Long)
The GetLastDigit Method (MathLib Object) syntax has these parts:
| Part |
Description |
| MathLibObject |
An object expression that evaluates to a MathLib object. |
| Number |
(Required). Long Integer Value. |
Remarks:
Use this method to extract the last digit of a Long Integer value.