IntExt.WithoutFlags Method (UInt32, UInt32)

Returns an uint value with one or more flags cleared if they were set.

Namespace: UltimateXR.Extensions.System.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static uint WithoutFlags(
	this uint self,
	uint flags
)

Parameters

 

self
Type: System.UInt32
uint value
flags
Type: System.UInt32
Flag(s) to clear when returned

Return Value

Type: UInt32
uint value with the given flag(s) cleared

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UInt32. 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
WithoutFlags Overload
UltimateXR.Extensions.System.Math Namespace