Click or drag to resize
Accord.NET (logo)

CodificationTOptionsIsMissingValue Method

Determines whether the given object denotes a missing value.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool IsMissingValue(
	Object value
)
Request Example View Source

Parameters

value
Type: SystemObject

Return Value

Type: Boolean
See Also