FREE TRIAL

|

☀
☾

ThreeD<T>.Implicit

Implicit(T to ThreeD<T>)

Assigns both X, Y, and Z to the provided value.

Declaration
public static implicit operator ThreeD<T>(T value)
Parameters
Type Name Description
T value

The value to convert.

Returns
Type Description
ThreeD<T>

Implicit(TwoD<T> to ThreeD<T>)

Assigns both X and Y to value.X and value.Y, respectively, and assigns Z to default"/>.

Declaration
public static implicit operator ThreeD<T>(TwoD<T> value)
Parameters
Type Name Description
TwoD<T> value

The value to convert.

Returns
Type Description
ThreeD<T>
☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC