Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Utils_Converter_CopyTrits

saniro edited this page Feb 16, 2017 · 1 revision

Converter.CopyTrits Method (Int64, Int32[], Int32, Int32)

Copies the trits in long representation into the destination array

Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static void CopyTrits(
	long value,
	int[] destination,
	int offset,
	int size
)

Parameters

 

value
Type: System.Int64
The value.
destination
Type: System.Int32[]
The destination array.
offset
Type: System.Int32
The offset from which copying is started.
size
Type: System.Int32
The size.

See Also

Reference

Converter Class
CopyTrits Overload
Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally