Class FloatVariable
[Serializable]
public class FloatVariable : Variable
- Inheritance
-
FloatVariable
- Inherited Members
-
- Extension Methods
-
Constructors
FloatVariable()
FloatVariable(float)
public FloatVariable(float value)
Parameters
value
float
Properties
Value
public float Value { get; set; }
Property Value
- float
ValueType
public override Type ValueType { get; }
Property Value
- Type
Methods
GetValue()
public override object GetValue()
Returns
- object
SetValue(object)
public override void SetValue(object value)
Parameters
value
object
Operators
implicit operator float(FloatVariable)
public static implicit operator float(FloatVariable suffix)
Parameters
suffix
FloatVariable
Returns
- float
implicit operator FloatVariable(float)
public static implicit operator FloatVariable(float suffix)
Parameters
suffix
float
Returns
- FloatVariable