dot_hex Function

private pure elemental function dot_hex(A, B) result(C)

Dot overload for hex type

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: A
type(hex), intent(in) :: B

Return Value integer


Called by

proc~~dot_hex~~CalledByGraph proc~dot_hex hex_coordinates::dot_hex interface~operator(ASTERISK) hex_coordinates::operator(*) interface~operator(ASTERISK)->proc~dot_hex