FingerMinutiaPairList Class

Namespace: id3.Finger

Definition

Represents a list of finger minutia pairs.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

FingerMinutiaPair

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

add

Adds an item to the FingerMinutiaPairList object.

clear

Clears the FingerMinutiaPairList object.

clone

Clones the FingerMinutiaPairList object.

get

Gets an item of the FingerMinutiaPairList object.

getCount

Gets the number of elements in the FingerMinutiaPairList object.

removeAt

Removes an element of the FingerMinutiaPairList object.

resize

FingerMinutiaPairList object.

set

Sets an item of the FingerMinutiaPairList object.