Class MfFloat
Inheritance
System.Object
MfFloat
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MediaFoundation.Misc
Assembly: MediaFoundation.dll
Syntax
public class MfFloat
Constructors
MfFloat()
Declaration
public MfFloat()
MfFloat(Single)
Declaration
public MfFloat(float v)
Parameters
System.Single
v
|
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Operators
Implicit(MfFloat to Single)
Declaration
public static implicit operator float (MfFloat l)
Parameters
MfFloat
l
|
Returns
System.Single
|
Implicit(Single to MfFloat)
Declaration
public static implicit operator MfFloat(float l)
Parameters
System.Single
l
|
Returns
MfFloat
|