Contains various utility functions for Cove that are not specific
to a particular implementation.

C# | Visual Basic | Visual C++ |
public static class Utilities
Public NotInheritable Class Utilities
public ref class Utilities abstract sealed

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | BitsToExpress(Int64) |
Gets the number of bits needed to express the number as an unsigned long.
|
![]() ![]() | EuclideanGCD(Int32, Int32) |
Return the greatest common divisor (GCD) of X and Y via
the Euclidean algorithm.
|

Object | |
![]() | Utilities |