public static float Remainder(
float x,
float y
)
Public Shared Function Remainder (
x As Single,
y As Single
) As Single
public:
static float Remainder(
float x,
float y
)
static member Remainder :
x : float32 *
y : float32 -> float32