RAttributeCollection.TryGetIntegers Method

Attempts to get the value of an integer vector attribute.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public bool TryGetIntegers(
	string key,
	out Vector<int> value
)

Parameters

key  String
The name of the attribute to retrieve.
value  Vector<Int32>
On return, the value of the attribute that was retrieved.

Return Value

Boolean
true if the attribute was found; otherwise false.

See Also