Skip to content

Latest commit

 

History

History
85 lines (71 loc) · 2.94 KB

fd4aa2d9-396a-98ef-a6c6-083d9f3bfb8e.md

File metadata and controls

85 lines (71 loc) · 2.94 KB

Blast.BlastDelegate_f7 Delegate

[Missing

documentation for "T:NSS.Blast.Blast.BlastDelegate_f7"]

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public delegate float BlastDelegate_f7(
	IntPtr engine,
	IntPtr data,
	IntPtr caller,
	float a,
	float b,
	float c,
	float d,
	float e,
	float f,
	float g
)

VB

Public Delegate Function BlastDelegate_f7 ( 
	engine As IntPtr,
	data As IntPtr,
	caller As IntPtr,
	a As Single,
	b As Single,
	c As Single,
	d As Single,
	e As Single,
	f As Single,
	g As Single
) As Single

C++

public delegate float BlastDelegate_f7(
	IntPtr engine, 
	IntPtr data, 
	IntPtr caller, 
	float a, 
	float b, 
	float c, 
	float d, 
	float e, 
	float f, 
	float g
)

F#

type BlastDelegate_f7 = 
    delegate of 
        engine : IntPtr * 
        data : IntPtr * 
        caller : IntPtr * 
        a : float32 * 
        b : float32 * 
        c : float32 * 
        d : float32 * 
        e : float32 * 
        f : float32 * 
        g : float32 -> float32

Parameters

 

engine
Type: System.IntPtr
data
Type: System.IntPtr
caller
Type: System.IntPtr
a
Type: System.Single
b
Type: System.Single
c
Type: System.Single
d
Type: System.Single
e
Type: System.Single
f
Type: System.Single
g
Type: System.Single

Return Value

Type: Single

See Also

Reference

NSS.Blast Namespace