Type.isFlags Method

Get a value that indicates whether the specified type is an integer of flags.

public static function isFlags(
    type : Object
) : Boolean

Parameters

Parameter

Description

type

The type to test.

Return Value

true if the type is an integer of flags; otherwise, false.

See Also

Reference

Type Class