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