Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int Floor(
int v
)
Public Shared Function Floor (
v As Integer
) As Integer
public:
static int Floor(
int v
)
static member Floor :
v : int -> int
Parameters
- v
- Type: SystemInt32
Return Value
Type:
Int32
See Also