TA-Lib : Technical Analysis Library

Value.IsDefined Property

True when the value is known. False when this is a "pad value" or unknown value.

[Visual Basic]
Public Property ReadOnly IsDefined As Boolean
[C#]
public bool IsDefined { get; }
[C++]
public: __property bool get_IsDefined();
[JScript]
public function get IsDefined() : bool

See Also

Value Class | TA.Lib Namespace