ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DXUtil Class
Fields Methods


In This Topic
    DXUtil Class Members
    In This Topic

    The following tables list the members exposed by DXUtil.

    Public Fields
     NameDescription
    Public FieldThe multiplier for conversion from radians to degrees.  
    Public FieldThe multiplier for conversion from degrees to radians.  
    Public FieldThe value for which all absolute numbers smaller than are considered equal to zero.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Allocate an aligned memory buffer and clear it with a specified value (0 by default).  
    Public Methodstatic (Shared in Visual Basic)Allocate an aligned memory buffer.  
    Public Methodstatic (Shared in Visual Basic)Test if there is an element in this enumeration.  
    Public Methodstatic (Shared in Visual Basic)Creates an Array of count elements with the given value.  
    Public Methodstatic (Shared in Visual Basic)Builds a fast property getter from a type and a property info.  
    Public Methodstatic (Shared in Visual Basic)Builds a fast property setter from a type and a property info.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Clamps the specified value.  
    Public Methodstatic (Shared in Visual Basic)Clears the memory.  
    Public Methodstatic (Shared in Visual Basic)Compares two collection, element by elements.  
    Public Methodstatic (Shared in Visual Basic)Compares two block of memory.  
    Public Methodstatic (Shared in Visual Basic)Converts Bool array to bool array.  
    Public Methodstatic (Shared in Visual Basic)Native memcpy.  
    Public Methodstatic (Shared in Visual Basic)Safely dispose a referencem if not null, and set it to null after dispose.  
    Public Methodstatic (Shared in Visual Basic)Selects distinct elements from an enumeration.  
    Public Methodstatic (Shared in Visual Basic)Releases native pointers to already disposed shadow objects.  
    Public Methodstatic (Shared in Visual Basic)Allocate an aligned memory buffer.  
    Public Methodstatic (Shared in Visual Basic)Gets the custom attribute.  
    Public Methodstatic (Shared in Visual Basic)Gets the custom attributes.  
    Public Methodstatic (Shared in Visual Basic)Gets the System.Guid from a type.  
    Public Methodstatic (Shared in Visual Basic)Determines whether fromType can be assigned to toType.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified type to test is an enum.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified value is close to one (1.0f).  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified type to test is a value type.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified value is close to zero (0.0f).  
    Public Methodstatic (Shared in Visual Basic)String helper join method to display an enumrable of object as a single string.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Interpolates between two values using a linear function by a given amount.  
    Public Methodstatic (Shared in Visual Basic)Checks if a and b are almost equals, taking into account the magnitude of floating point numbers. See Remarks. See remarks.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Pins the specified source and call an action with the pinned pointer.  
    Public Methodstatic (Shared in Visual Basic)Converts a pointer to a null-terminating string up to maxLength characters to a .Net string.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Reads the specified T data from a memory location.  
    Public Methodstatic (Shared in Visual Basic)Reads the specified T data from a memory location.  
    Public Methodstatic (Shared in Visual Basic)Reads the specified T data from a memory location.  
    Public Methodstatic (Shared in Visual Basic)Read stream to a byte[] buffer.  
    Public Methodstatic (Shared in Visual Basic)Select elements from an enumeration.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.  
    Public Methodstatic (Shared in Visual Basic)Suspends the current thread.  
    Public Methodstatic (Shared in Visual Basic)Copies the contents of a managed String into unmanaged memory, converting into ANSI format as it copies.  
    Public Methodstatic (Shared in Visual Basic)Copies the contents of a managed String into unmanaged memory.  
    Public Methodstatic (Shared in Visual Basic)Transforms an System.Collections.Generic.IEnumerable`1 to an array of T.  
    Public Methodstatic (Shared in Visual Basic)Converts a structured array to an equivalent byte array.  
    Public Methodstatic (Shared in Visual Basic)Checks if a - b are almost equals within a float epsilon.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Writes the specified T data to a memory location.  
    Public Methodstatic (Shared in Visual Basic)Writes the specified T data to a memory location.  
    Top
    See Also