Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Function Declaration
-
Function CSng(Expression As Variant) As Single
Parameter |
Description |
---|---|
Expression |
Any data value (section 2.1). |
Runtime Semantics.
§ If the value of Expression is an Error (section 2.1) data value then return the Single data value that is the result of the Long error code (section 2.1) of the Error data value being Let-coerced to Single (section 5.5.1.2.1).
§ If the value of Expression is not an Error data value return the Single data value that is the result of Expression being Let-coerced to Single.