[Missing
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public delegate float BlastDelegate_f2(
IntPtr engine,
IntPtr data,
IntPtr caller,
float a,
float b
)
VB
Public Delegate Function BlastDelegate_f2 (
engine As IntPtr,
data As IntPtr,
caller As IntPtr,
a As Single,
b As Single
) As Single
C++
public delegate float BlastDelegate_f2(
IntPtr engine,
IntPtr data,
IntPtr caller,
float a,
float b
)
F#
type BlastDelegate_f2 =
delegate of
engine : IntPtr *
data : IntPtr *
caller : IntPtr *
a : float32 *
b : float32 -> float32
- engine
- Type: System.IntPtr
- data
- Type: System.IntPtr
- caller
- Type: System.IntPtr
- a
- Type: System.Single
- b
- Type: System.Single
Type: Single