return a float?

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual Nullable<float> FloatQ { get; }
Visual Basic
Public Overridable ReadOnly Property FloatQ As Nullable(Of Single)
	Get
Visual C++
public:
virtual property Nullable<float> FloatQ {
	Nullable<float> get ();
}

See Also