Skip to content

Latest commit

 

History

History
89 lines (75 loc) · 3.14 KB

3a01a0f0-4259-2972-a469-9edffb4c65d9.md

File metadata and controls

89 lines (75 loc) · 3.14 KB

Blast.BlastDelegate_f8 Delegate

[Missing

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

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

Syntax

C#

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

VB

Public Delegate Function BlastDelegate_f8 ( 
	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,
	h As Single
) As Single

C++

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

F#

type BlastDelegate_f8 = 
    delegate of 
        engine : IntPtr * 
        data : IntPtr * 
        caller : IntPtr * 
        a : float32 * 
        b : float32 * 
        c : float32 * 
        d : float32 * 
        e : float32 * 
        f : float32 * 
        g : float32 * 
        h : 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
h
Type: System.Single

Return Value

Type: Single

See Also

Reference

NSS.Blast Namespace