MinX Property (Fibonacci<T>)
In This Topic
Gets or sets the x minimal value of the Fibonacci tool.
Syntax
'Declaration
Public Property MinX As System.Object
'Usage
Dim instance As Fibonacci(Of T)
Dim value As System.Object
instance.MinX = value
value = instance.MinX
public System.object MinX {get; set;}
public read-write property MinX: System.TObject;
public function get,set MinX : System.Object
public: __property System.Object* get_MinX();
public: __property void set_MinX(
System.Object* value
);
public:
property System.Object^ MinX {
System.Object^ get();
void set ( System.Object^ value);
}
See Also