 | AbortableVolatileWrite(Single, Single) Methode |
Leads to Thread.VolatileWrite(...).
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntaxpublic static void VolatileWrite(
ref float? address,
float value
)
Public Shared Sub VolatileWrite (
ByRef address As Single,
value As Single
)
public:
static void VolatileWrite(
float% address,
float value
)
static member VolatileWrite :
address : float32 byref *
value : float32 -> unit
Parameter
- address Single
- address
- value Single
- value
Siehe auch