Click or drag to resize
mp_ptrItem Property
Gets or sets the value of the limb at index.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mp_limb_t this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the limb to get or set.

Return Value

Type: mp_limb_t
See Also