Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: explicit operator int(BigInt)

  • Declared in: RT.BigInteger.BigInt

Declaration

public static explicit operator int(
    BigInt value
)

Summary

Returns the bottom 32 bits of a BigInt as a 32-bit signed integer.