This function retrieves the type's non-nullable value.
Syntax
Type.NonNullable(type as type) as type
About
This function retrieves the type's non-nullable value.
Explanation
Retrieve the non-nullable type of a nullable number type.
Syntax: MType.NonNullable(type nullable number)
Output: Returns the non-nullable number type.