Click or drag to resize

MathExPow Method (Single, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static float Pow(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle

Return Value

Type: Single
See Also