Click or drag to resize

RangeFDivide Method (RangeF, Single, RangeF)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Divide(
	ref RangeF v,
	float s,
	out RangeF result
)

Parameters

v
Type: NeoAxisRangeF
s
Type: SystemSingle
result
Type: NeoAxisRangeF
See Also