TA-Lib : Technical Analysis Library

FunctionBase.MapToOp MapToOp to Output Conversion 

[Visual Basic]
returnValue = FunctionBase.MapToOp.op_Implicit(d)[C#]
public static implicit Output operator operator (
   MapToOp d
)
[C++]
public: static Output* op_Implicit(
   MapToOp* d
)
[JScript]
returnValue = d;

[Visual Basic] In Visual Basic, you can use the conversion operators defined by a type, but you cannot define your own.

[JScript] In JScript, you can use the conversion operators defined by a type, but you cannot define your own.

See Also

FunctionBase.MapToOp Class | TA.Lib Namespace