Returns true if a type is a nullable type; otherwise, false.
function (
type
as type) as logical
Returns true
if a type is a nullable
type; otherwise, false
.
Type
Determine if number
is nullable.
Type.IsNullable(type number)
false
Determine if type nullable number
is nullable.
Type.IsNullable(type nullable number)
true