Converts this duration to the total length in nanoseconds expressed as a {@code long}.
If this duration is too large to fit in a {@code long} nanoseconds, then anexception is thrown.
@return the total length of the duration in nanoseconds
@throws ArithmeticException if numeric overflow occurs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.