Returns the lowest 4 bytes of the BigInteger as an int.

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

Syntax

C#
public int IntValue()
Visual Basic
Public Function IntValue As Integer
Visual C++
public:
int IntValue()
F#
member IntValue : unit -> int 

Return Value

Type: Int32

See Also