Returns the lowest 8 bytes of the BigInteger as an long.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public long LongValue()
Visual Basic
Public Function LongValue As Long
Visual C++
public:
long long LongValue()
F#
member LongValue : unit -> int64 

Return Value

Type: Int64

See Also