Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.NFloat Struct Reference

Public Member Functions

 NFloat (float value)
 
 NFloat (double value)
 
override bool Equals ([NotNullWhen(true)] object? o)
 
bool Equals (NFloat other)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (T? other)
 

Properties

double Value [get]
 

Private Attributes

readonly double _value
 

Detailed Description

Definition at line 7 of file NFloat.cs.


The documentation for this struct was generated from the following file: