MLPutInteger (C Function)

MLPutInteger has been replaced by WSPutInteger.

int MLPutInteger(MLINK link,int i)

puts the integer i to the MathLink connection specified by link.

Details

  • You can send arbitraryprecision integers to the Wolfram Language by giving lists of digits, then converting them to numbers using FromDigits.
  • MLPutInteger() is equivalent to MLPutInteger32().