In This Topic
A number that specifies a power
Syntax
'Declaration
Public Property Gamma As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.Gamma = value
value = instance.Gamma
public System.float Gamma {get; set;}
public read-write property Gamma: System.Single;
public function get,set Gamma : System.float
public: __property System.float get_Gamma();
public: __property void set_Gamma(
System.float value
);
public:
property System.float Gamma {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also