MathExtensions.PowerOfTwoGreaterThanOrEqualTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PowerOfTwoGreaterThanOrEqualTo(Int32) | |
| PowerOfTwoGreaterThanOrEqualTo(Vector3Int) |
PowerOfTwoGreaterThanOrEqualTo(Int32)
public:
[System::Runtime::CompilerServices::Extension]
static int PowerOfTwoGreaterThanOrEqualTo(int v);
public static int PowerOfTwoGreaterThanOrEqualTo (this int v);
static member PowerOfTwoGreaterThanOrEqualTo : int -> int
<Extension()>
Public Function PowerOfTwoGreaterThanOrEqualTo (v As Integer) As Integer
Parameters
- v
- Int32
Returns
Applies to
PowerOfTwoGreaterThanOrEqualTo(Vector3Int)
public:
[System::Runtime::CompilerServices::Extension]
static UnityEngine::Vector3Int PowerOfTwoGreaterThanOrEqualTo(UnityEngine::Vector3Int v);
public static UnityEngine.Vector3Int PowerOfTwoGreaterThanOrEqualTo (this UnityEngine.Vector3Int v);
static member PowerOfTwoGreaterThanOrEqualTo : UnityEngine.Vector3Int -> UnityEngine.Vector3Int
<Extension()>
Public Function PowerOfTwoGreaterThanOrEqualTo (v As Vector3Int) As Vector3Int
Parameters
- v
- UnityEngine.Vector3Int
Returns
- UnityEngine.Vector3Int