RAttribute Collection.Contains Key Method
Returns whether the collection contains an attribute
with the specified name.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
true if the collection contains an attribute named key; otherwise false.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public bool ContainsKey(
string key
)
Parameters
- key String
- The name of the attribute.
Return Value
Booleantrue if the collection contains an attribute named key; otherwise false.