public static double LogicalOr(
double left,
double right
)
Public Shared Function LogicalOr (
left As Double,
right As Double
) As Double
public:
static double LogicalOr(
double left,
double right
)
static member LogicalOr :
left : float *
right : float -> float