IntExt.HasFlags Method (Int32, Int32)
Checks if the given int value has one or more flags set.
Namespace: UltimateXR.Extensions.System.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static bool HasFlags(
this int self,
int flags
)
Parameters
- self
- Type: System.Int32
int value - flags
- Type: System.Int32
Flag(s) to check for
Return Value
Type: Boolean
Whether the int value has the given flag(s) set
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also
Reference
IntExt Class
HasFlags Overload
UltimateXR.Extensions.System.Math Namespace