  | NMathFunctionsSin(Single) Method | 
            Calculates the sine of a floating point number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float Sin(
	float f
)
Public Shared Function Sin ( 
	f As Single
) As Single
public:
static float Sin(
	float f
)
static member Sin : 
        f : float32 -> float32 Parameters
- f  Single
 - A floating point number.
 
Return Value
SingleThe sine of 
f.
See Also