SoVolumeHistogramGetMax Method |
Note: This API is now obsolete.
Returns the max value of the dataset according to the specified data type .
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Max property instead.")]
public double GetMax()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Max property instead.")>
Public Function GetMax As Double
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Max property instead.")]
double GetMax()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Max property instead.")>]
member GetMax : unit -> float
Return Value
Type:
Double
Remarks
See Also