Attempts to get the value of an integer vector attribute.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public bool TryGetIntegers(
string key,
out Vector<int> value
)
Public Function TryGetIntegers (
key As String,
<OutAttribute> ByRef value As Vector(Of Integer)
) As Boolean
public:
bool TryGetIntegers(
String^ key,
[OutAttribute] Vector<int>^% value
)
member TryGetIntegers :
key : string *
value : Vector<int> byref -> bool
Parameters
- key
- Type: SystemString
The name of the attribute to retrieve. - value
- Type: Extreme.MathematicsVectorInt32
On return, the value of the attribute
that was retrieved.
Return Value
Type:
Boolean if the attribute was found;
otherwise
.
Reference