Returns true if value is invalid.
| 152 | /// Returns true if value is invalid. |
| 153 | /// </summary> |
| 154 | FORCE_INLINE bool IsInvalid() const |
| 155 | { |
| 156 | return Type == VariantType::Types::Null; |
| 157 | } |
| 158 | |
| 159 | /// <summary> |
| 160 | /// Checks if value contains static part with zero. |