Skip to main content

Type.NonNullable

ส่งกลับประเภทที่ไม่สามารถเป็น NULL ได้จากประเภท

Syntax

Type.NonNullable(
type as type
) as type

Remarks

ส่งกลับประเภทที่ไม่สามารถเป็น nullable ได้จาก type

Examples

Example #1

ส่งกลับประเภทที่ไม่สามารถเป็น NULL ได้ของ <code>type nullable number</code>

Type.NonNullable(type nullable number)

Result:

type number

Category

Type