public static bool operator <=(
UInt64M left,
UInt64M right
)Public Shared Operator <= (
left As UInt64M,
right As UInt64M
) As Booleanpublic:
static bool operator <=(
UInt64M left,
UInt64M right
)static let inline (<=)
left : UInt64M *
right : UInt64M : bool