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

M_Iota_Lib_CSharp_Api_Utils_Curl_Squeeze_1

saniro edited this page Feb 16, 2017 · 1 revision

Curl.Squeeze Method (Int32[], Int32, Int32)

Squeezes the specified trits.

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

Syntax

C#

public int[] Squeeze(
	int[] trits,
	int offset,
	int length
)

Parameters

 

trits
Type: System.Int32[]
The trits.
offset
Type: System.Int32
The offset to start from.
length
Type: System.Int32
The length.

Return Value

Type: Int32[]
the squeezed trits

Implements

ICurl.Squeeze(Int32[], Int32, Int32)

See Also

Reference

Curl Class
Squeeze Overload
Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally