Add matrix isNan function.

This commit is contained in:
sunwen
2023-05-05 17:21:33 +08:00
parent dbd69936bd
commit 73f58cfca8
2 changed files with 14 additions and 0 deletions

View File

@@ -178,6 +178,8 @@ namespace Aurora {
*/
bool isNull() const;
bool isNan() const;
bool isVector() const;
/**