The members of OpenTK.Half are listed below.
See Also: Inherited members from System.ValueType
| The new Half instance will convert the parameter into 16-Bit Half precision floating point. | ||
| The new Half instance will convert the parameter into 16-Bit Half precision floating point. | ||
| The new Half instance will convert the parameter into 16-Bit Half precision floating point. | ||
| Constructor used by ISerializable to deserialize the object. | ||
| The new Half instance will convert the parameter into 16-Bit Half precision floating point. | 
| static readonly  | Epsilon | float. Smallest positive e for which half (1.0 + e) != half (1.0) | 
| static readonly  | MaxValue | float. Largest positive half | 
| static readonly  | MinNormalizedValue | float. Smallest positive normalized half | 
| static readonly  | MinValue | float. Smallest positive half | 
| static readonly  | SizeInBytes | int. The size in bytes for an instance of the Half struct. | 
| [read-only] | IsNaN | bool. Returns true if the Half represents Not A Number (NaN) | 
| [read-only] | IsNegativeInfinity | bool. Returns true if the Half represents negative infinity. | 
| [read-only] | IsPositiveInfinity | bool. Returns true if the Half represents positive infinity. | 
| [read-only] | IsZero | bool. Returns true if the Half is zero. | 
| CompareTo(Half) Compares this instance to a specified half-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified half-precision floating-point number. | ||
| Equals(Half) Returns a value indicating whether this instance is equal to a specified OpenTK.Half value. | ||
| FromBinaryStream(System.IO.BinaryReader) Updates the Half by reading from a Stream. | ||
| static  | GetBytes(Half) Returns the Half as an array of bytes. | |
| GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Used by ISerialize to serialize the object. | ||
| ToBinaryStream(System.IO.BinaryWriter) Writes the Half into a Stream. | ||
| ToSingle() Converts the 16-Bit half to 32-Bit floating point. | ||
| override  | ToString() Converts this Half into a human-legible string representation. | |
| ToString(string, IFormatProvider) Converts this Half into a human-legible string representation. | ||
| static  | TryParse(string, out Half) Converts the string representation of a number to a Half precision floating point equivalent. Returns success. | |
| static  | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out Half) Converts the string representation of a number to a Half precision floating point equivalent. Returns success. | |
| static  | Conversion to System.Double(Implicit) | Converts a OpenTK.Half to a System.Double. | 
| static  | Conversion to System.Single(Implicit) | Converts a OpenTK.Half to a System.Single. |