RAttribute Collection.Try Get Integers Method
Attempts to get the value of an integer vector attribute.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
true if the attribute was found; otherwise false.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
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
Booleantrue if the attribute was found; otherwise false.