SoVolumeHistogramGetMin 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 Min property instead.")]
public double GetMin()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Min property instead.")>
Public Function GetMin As Double
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Min property instead.")]
double GetMin()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Min property instead.")>]
member GetMin : unit -> float
Return Value
Type:
Double
Remarks
See Also