JSTypedArray<T>.Is<TOther> method
Checks if the T struct can be created from this instance`.
C#
public bool Is<TOther>()
where TOther : struct, IJSValue<TOther>
parameter | description |
---|---|
TOther | A struct that implements IJSValue interface. |
Return Value
true
if the T struct can be created from this instance. Otherwise it returns false
.
See Also
- interface IJSValue<TSelf>
- struct JSTypedArray<T>
- namespace Microsoft.JavaScript.NodeApi