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