Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 520 Bytes

File metadata and controls

35 lines (23 loc) · 520 Bytes
description Learn more about: Type.NonNullable
title Type.NonNullable
ms.subservice m-source
ms.topic reference

Type.NonNullable

Syntax

Type.NonNullable(type as type) as type

About

Returns the non nullable type from the type.

Example 1

Return the non nullable type of type nullable number.

Usage

Type.NonNullable(type nullable number)

Output

type number

Related content