Description
Wiki Description
Calculates the arcsine of the value it is given. The returned value is in degrees.
Documentation Comment
Calculates the arcsine of the passed in value, returning degrees
Caveats
Parameters
floatafValue
CK Wiki Description
The value to get the arcsine of. This value must be no greater than 1, and no less then -1.
Examples
float x = asin(1) ; x == 90
float y = asin(0) ; y == 180Auto-Generated Example
float myFloat__afValue
float returnedValue = Math.asin(myFloat__afValue)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
