Int64OutputParam

Output parameter that accepts a Long to be written to.

An initialValue can optionally be supplied.

expect class Int64OutputParam(initialValue: Long = 0) : OutputParam<Long> (source)

Output parameter that accepts a Long to be written to.

An initialValue can optionally be supplied.

actual class Int64OutputParam(initialValue: Long) : OutputParamBase<Long> (source)

Output parameter that accepts a Long to be written to.

An initialValue can optionally be supplied.

actual class Int64OutputParam(initialValue: Long) : OutputParamBase<Long, LongVar> (source)

Output parameter that accepts a Long to be written to.

An initialValue can optionally be supplied.

actual class Int64OutputParam(initialValue: Long) : OutputParamBase<Long> (source)

Output parameter that accepts a Long to be written to.

An initialValue can optionally be supplied.

Constructors

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

Properties

Link copied to clipboard
override val value: Long

Value written from native side.

expect open override val value: Long

Value written from native side.

override val value: Long

Value written from native side.

override val value: Long

Value written from native side.

override val value: Long

Value written from native side.