public static Int64N operator /(
Int64N left,
Int64N right
)
Public Shared Operator / (
left As Int64N,
right As Int64N
) As Int64N
public:
static Int64N operator /(
Int64N left,
Int64N right
)
static let inline (/)
left : Int64N *
right : Int64N : Int64N