[]
void D2D1SinCos([In] float angle,[Out] float* s,[Out] float* c)
public static void SinCos(float angle, out float s, out float c)
Public Shared Sub SinCos(angle As Single, ByRef s As Single, ByRef c As Single)
| Type | Name | Description |
|---|---|---|
| float | angle | |
| float | s | |
| float | c |