IDefaultConvertFromR Type

This interface can be used for providing a default converter that converts R value to .NET `obj` values. The converter is used whenever the user calls the `se.Value` member on `SymbolicExpression. This property should convert an R value to the "most appropriate" .NET object.

Instance members

Instance member Description

this.Convert(arg1)

Full Usage: this.Convert(arg1)

Parameters:
Returns: Option<obj>
Modifiers: abstract

The method is called when the user accesses the `Value` property on a `SymbolicExpression` value returned from the R provider.

arg0 : SymbolicExpression
Returns: Option<obj>