Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.91 KB

9036782c-fc72-4c9f-2573-d12266dd4569.md

File metadata and controls

65 lines (51 loc) · 1.91 KB

Blast.BlastDelegate_f2 Delegate

[Missing

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

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

Syntax

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

Parameters

 

engine
Type: System.IntPtr
data
Type: System.IntPtr
caller
Type: System.IntPtr
a
Type: System.Single
b
Type: System.Single

Return Value

Type: Single

See Also

Reference

NSS.Blast Namespace