RObject.Has Class Method
Returns whether the object is of the specified class.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
true if the object is of class name; otherwise false.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public bool HasClass(
string name
)
Parameters
- name String
- The name of the class.
Return Value
Booleantrue if the object is of class name; otherwise false.