IsUncertain()
- Last UpdatedJul 22, 2024
- 1 minute read
Returns a Boolean value indicating if the quality of the specified attribute is Uncertain.
Category
Miscellaneous
Syntax
BooleanResult = IsUncertain( Attribute1, Attribute2, … );
Parameter(s)
Attribute1, Attribute2, and so on
Name of the attribute(s) to determine Uncertain quality. You can include a variable-length list of attributes.
Return Value
If all of the specified attributes have Uncertain quality, then true is returned. Otherwise, false is returned.
Examples
IsUncertain(TIC101.PV);
IsUncertain(TIC101.PV, PIC102.PV);