Int32OutputParam

Output parameter that accepts an Int to be written to.

An initialValue can optionally be supplied.

expect class Int32OutputParam(initialValue: Int = 0) : OutputParam<Int> (source)

Output parameter that accepts an Int to be written to.

An initialValue can optionally be supplied.

actual open class Int32OutputParam(initialValue: Int) : OutputParamBase<Int> (source)

Output parameter that accepts an Int to be written to.

An initialValue can optionally be supplied.

actual class Int32OutputParam(initialValue: Int) : OutputParamBase<Int, IntVar> (source)

Output parameter that accepts an Int to be written to.

An initialValue can optionally be supplied.

actual open class Int32OutputParam(initialValue: Int) : OutputParamBase<Int> (source)

Output parameter that accepts an Int to be written to.

An initialValue can optionally be supplied.

Constructors

Link copied to clipboard
actual constructor(initialValue: Int)
expect constructor(initialValue: Int = 0)
actual constructor(initialValue: Int)
actual constructor(initialValue: Int)
actual constructor(initialValue: Int)

Properties

Link copied to clipboard
override val value: Int

Value written from native side.

expect open override val value: Int

Value written from native side.

override val value: Int

Value written from native side.

override val value: Int

Value written from native side.

override val value: Int

Value written from native side.