|
ImputationTOptionsIsMissingValue 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
Syntaxpublic bool IsMissingValue(
Object value
)
Public Function IsMissingValue (
value As Object
) As Boolean
Request Example
View SourceParameters
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also