Floor
This method returns a new OracleDecimal structure with its value set to the floor of the supplied OracleDecimal structure.
Declaration
// C#
public static OracleDecimal Floor(OracleDecimal val);Parameters
-
valAn
OracleDecimalstructure.
Return Value
A new OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.