Click or drag to resize

MotorPropertiesSetGrayCode Method

[Missing <summary> documentation for "M:Demo3D.Visuals.MotorProperties.SetGrayCode(System.Func{System.Int32,System.Int32},System.Func{System.Int32,System.Int32})"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void SetGrayCode(
	Func<int, int> binaryToGray,
	Func<int, int> grayToBinary
)

Parameters

binaryToGray
Type: SystemFuncInt32, Int32

[Missing <param name="binaryToGray"/> documentation for "M:Demo3D.Visuals.MotorProperties.SetGrayCode(System.Func{System.Int32,System.Int32},System.Func{System.Int32,System.Int32})"]

grayToBinary
Type: SystemFuncInt32, Int32

[Missing <param name="grayToBinary"/> documentation for "M:Demo3D.Visuals.MotorProperties.SetGrayCode(System.Func{System.Int32,System.Int32},System.Func{System.Int32,System.Int32})"]

See Also