public static float LogicalExclusiveOr(
float left,
float right
)
Public Shared Function LogicalExclusiveOr (
left As Single,
right As Single
) As Single
public:
static float LogicalExclusiveOr(
float left,
float right
)
static member LogicalExclusiveOr :
left : float32 *
right : float32 -> float32