M_Iota_Lib_CSharp_Api_Utils_Converter_CopyTrits - iotaledger-archive/iota.lib.csharp GitHub Wiki
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)
C#
public static void CopyTrits(
long value,
int[] destination,
int offset,
int size
)
- 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.
Converter Class
CopyTrits Overload
Iota.Lib.CSharp.Api.Utils Namespace