[This is preliminary documentation and is subject to change.]

Gets a value representing if type is an integral type.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static bool IsIntegral(
	this Type type
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function IsIntegral ( _
	type As Type _
) As Boolean
Visual C++
[ExtensionAttribute]
public:
static bool IsIntegral(
	Type^ type
)

Parameters

type
Type: System..::.Type
A Type object.

Return Value

true if type is integral; otherwise, false.

See Also

TypeExtensions Class
Facebook Namespace