wManager.Wow.Helpers Namespace
WRobot

Extensions..::..IsZero Method

Determines if the value is zero.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool IsZero(
	this ulong thisT
)
<ExtensionAttribute> _
Public Shared Function IsZero ( _
	thisT As ULong _
) As Boolean
[ExtensionAttribute]
public:
static bool^ IsZero(
	unsigned long long^ thisT
)

Parameters

thisT
Type: UInt64
The this t.

Return Value

true if the value is zero; otherwise, false.